RypoFalem / ArmorStandEditor

Bukkit plugin to allow players to edit armorstands without commands.
GNU General Public License v2.0
19 stars 67 forks source link

Untraceable stealing with editor tool #37

Closed Benlier closed 3 years ago

Benlier commented 3 years ago

I want to allow my players to use the armor stand editor to liven up their RP.

The problem is that they can access the equipment on any armor stand and retrieve the contents with no way of tracing that this happened with plugins like coreprotect (that I am aware of).

Possible solutions:

  1. adding a permission check for accessing equipment with the editor tool. (downside is not all items can be set in the head slot without the permission)

  2. Implementing an ownership system as described in #36

Benlier commented 3 years ago

@RypoFalem made a benign PR that fixes this issue. Feel free to use it <3

RSNFreud commented 3 years ago

@Benlier Does this fix the fact that the plugin doesnt respect towny perms anymore as well?

Benlier commented 3 years ago

@Benlier Does this fix the fact that the plugin doesnt respect towny perms anymore as well?

No, this issue has nothing to do with towny.