The RandomItemPlugin is a fun and engaging plugin for Minecraft servers that adds a unique twist to gameplay by randomly distributing stacks of items to players at set intervals. Players can receive exciting and valuable items such as stacks of diamonds, gold ingots, emeralds, and more, making each gaming session more unpredictable and rewarding.
Server administrators have full control over the plugin, enable or disable the random item distribution, add or remove players from the distribution list, add custom items, and even customize the time interval using a user-friendly configuration file.
Commands (only for op):
/randomitem on and /randomitem off commands to enable or disable the random item distribution.
Use /randomitem add <player> to add a player to the random item distribution list. Use /randomitem remove <player> to remove a player from the random item distribution list.
aliases:
/ri
Configuration:
Code (YAML):
# Configuration file for RandomItemPlugin
# List of random items that players will receive random_items:
- item: DIAMOND
stack_size: 3
- item: GOLD_INGOT
stack_size: 5
- item: IRON_INGOT
stack_size: 8
# Add other items with their corresponding stack sizes
# Custom time interval in seconds (default: 120 seconds) interval: 120
if you have any issues or feedback please post them in the discussion