Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix @2212 #5976

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open

Fix @2212 #5976

wants to merge 1 commit into from

Conversation

NicholasJBond
Copy link

@NicholasJBond NicholasJBond commented Nov 25, 2024

Information

This PR fixes #2212.
Follow up of PR #5585.

Details

Proposed fix:

The command /sell hand and /sell blocks and a sell sign will require you to have the permission corresponding to the item in the format essentials.item.<buy|sell|free>.<itemName>. Players still need the permissions essentials.sell.<hand|inventory> and essentials.signs.<free|buy|sell>.use depending on which method they sell their items.

The same is required to use buy and free signs. Players will require the permission essentials.item.<buy|sell|free>.<itemName> and essentials.signs.<free|buy|sell>.use. However there is no command for buy and free.

To use an enchant sign, players will need the permission essentials.enchantments.<enchantmentName> along with essentials.signs.enchant.use.

These features are disabled by default and are configurable in the config.yml file as per-item-transaction-permissions and enchant-sign-restrictions.

The enchant sign has also been updated to capitalise the first letter of the enchantment name and puts the currency symbol if not added by the player on creation of the sign.

Environments tested:

OS:
Windows

Java version:
21.0.

  • Most recent Paper version (1.XX.Y, git-Paper-BUILD)
  • CraftBukkit/Spigot/Paper 1.12.2
  • CraftBukkit 1.8.8

Demonstration:

Added per-item-transaction-permissions and enchant-sign-restrictions to config file. When true, it requires users to have specific commands to enchant or to buy and sell. Enchant sign tweaked a bit to make it auto adjust.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Detailed permissions for signs and /sell.
1 participant