You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These types of permissions do not have a / command attached.
es.drop.item - Allows for revoking a rank from dropping items (IE Players in creative mode) thus they must destroy it to rid themselves of it (or if NPC shops are made then could be sold to it)
not sure how hard that would be to implement. but noting the default ranks are Default and VIP (if you let VIP players spawn in items then whats the point of having a difference)
Obviously you have to take blocks in to account so maybe core.drop.item.id to allow certain blocks to be dropped or even not droped or just es.drop.itemid or even a command like es.place.id
Commands that allow us to revoke permission to drop and place objects. examples could be
es.(drop | place | throw | use).(item | block | etc )
or even
es.(item | block | etc ).(drop | place | throw | use)
Maybe even a command that will let us take a specific item from a player
/take ID, player, amount
The text was updated successfully, but these errors were encountered:
madmaxoft
changed the title
Feature Request
Permission for dropping an item
May 31, 2015
posted this on core should have posted it here
These types of permissions do not have a / command attached.
es.drop.item - Allows for revoking a rank from dropping items (IE Players in creative mode) thus they must destroy it to rid themselves of it (or if NPC shops are made then could be sold to it)
not sure how hard that would be to implement. but noting the default ranks are Default and VIP (if you let VIP players spawn in items then whats the point of having a difference)
Obviously you have to take blocks in to account so maybe core.drop.item.id to allow certain blocks to be dropped or even not droped or just es.drop.itemid or even a command like es.place.id
Commands that allow us to revoke permission to drop and place objects.
examples could be
es.(drop | place | throw | use).(item | block | etc )
or even
es.(item | block | etc ).(drop | place | throw | use)
Maybe even a command that will let us take a specific item from a player
/take ID, player, amount
The text was updated successfully, but these errors were encountered: