IntellectualSites / IntellectualSites/PlotSquared

Create a flag calibrated-sculk-sensor-interact

Open
#4,681 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement
Dominant language
Java
Stars
653
Forks
975
Avg merge
2m
Merged PRs (30d)
6

Description

What feature do you want to see added?

Right now there is only a sculk-sensor-interact flag to allow other players to interact with sculk sensors. Unfortunately, this doesn't work with calibrated ones .
I then propose to add a calibrated-sculk-sensor-interact flag to fix this, and allow players to enable the one they need.

Are there any alternatives?

As far as i have tested, only adding or trusting people on the plot can make them use the calibrated sculk sensors.
I have tested:

  • /plot flag add sculk-sensor-interact true
  • /plot flag add use calibrated_sculk_sensor
  • /plot flag set interaction-interact true
    With no results.
Anything else?

I dont think this is necessary or even possible, but the calibrated-sculk-sensor-interact flag being a string of all the levels possible to trigger would be great.
For example

  • /plot flag set calibrated-sculk-sensor-interact 1,2 Would allow interacting with calibrated sculk sensors but only the ones that record the sounds binded on power 1 or 2
  • /plot flag set calibrated-sculk-sensor-interact 3,10,11,15 Would allow interacting with calibrated sculk sensorsbut only the ones that record the sounds binded on power 3 or 10 or 11 or 15
  • /plot flag set calibrated-sculk-sensor-interact all Would enable for all calibrated sculk sensors

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing sculk-sensor-interact flag and its handling in PlotSquared. Add support for a separate calibrated-sculk-sensor-interact flag, then verify that it allows calibrated sculk sensor interaction without changing the existing flag; the optional power-level syntax is an additional design question.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.