IntellectualSites / IntellectualSites/PlotSquared
Create a flag calibrated-sculk-sensor-interact
Nobody has claimed this yet.
- 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,2Would 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,15Would 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 allWould enable for all calibrated sculk sensors
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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