01-15-2016, 06:12 AM
I'd like a plugin that would limit the players to only have access to blocks and items available in a specific client version. That is, any client version is allowed to connect, but when they try to put a "too new" item in a chest, or place a "too new" block, the action is refused, while possibly losing the item / block.
Example 1:
Plugin configured to allow only 1.2 blocks / items.
Player connects using a 1.8 client.
Player tries to place granite.
The granite block turns into regular stone.
Example 2:
Plugin configured to allow only 1.2 blocks / items.
Player in creative mode grabs an emerald (1.3 item) into their inventory
Plugin removes the item from the player's inventory (if possible)
If not possible, the following happens:
The player takes the emerald from their inventory and places it into a chest.
Plugin removes the item from the chest.
Alternate:
Player drops the emerald (Q key)
Plugin deletes the pickup.
Example 1:
Plugin configured to allow only 1.2 blocks / items.
Player connects using a 1.8 client.
Player tries to place granite.
The granite block turns into regular stone.
Example 2:
Plugin configured to allow only 1.2 blocks / items.
Player in creative mode grabs an emerald (1.3 item) into their inventory
Plugin removes the item from the player's inventory (if possible)
If not possible, the following happens:
The player takes the emerald from their inventory and places it into a chest.
Plugin removes the item from the chest.
Alternate:
Player drops the emerald (Q key)
Plugin deletes the pickup.