The Random Item Reward Plugin is a custom plugin designed for Minecraft that adds an exciting twist to gameplay by providing players with random items at regular intervals. With this plugin, players can experience a unique and unpredictable adventure as they receive diverse items throughout their gameplay sessions.
Random Item Generation: The plugin introduces a system that generates random items from a predefined pool. Each item is selected randomly, ensuring an element of surprise and variety for players.
Configurable Time Intervals: The plugin allows server administrators to define the time intervals between item rewards. This feature provides flexibility, enabling customization based on the desired pace and gameplay style of the server.
Customizable Item Pool: Server administrators can configure the item pool from which rewards are selected. This pool can include various items from Minecraft's vast inventory, enabling tailored experiences based on server preferences.
/randomitems toggle - Toggle items on.off
/randomitems exempt <item> - Remove an item from RandomItems list
/randomitems allow <item> - Allow a removed item
/randomitems messages on/off - Turns off the give message
/randomitems reload - Reloads the config
/randomitems toggle | randomitems.player
/randomitems exempt <item> | randomitems.admin
/randomitems allow <item> | randomitems.admin
/randomitems messages on/off | randomitems.player
/randomitems reload | randomitems.admin
Code (YAML):
# Frequency (in seconds) at which random items will be given to the players online. item-give-frequency: 5
messages:
unknown-command: '&cUnknown command. Type &l/randomitems rank &cto see the full command list.'
not-console-command: '&cNot available for consoles.'
not-player-command: '&cNot available for players.'
no-permission: '&cYou do not have permissions to use this command!'
player-not-found: '&cPlayer &l
%player_name% &ccouldn''t be found.' allow-command-info: 'Removes an item from the exempted list of items.'
allow-command-usage: '/randomitems allow <Item>'
unknown-item: '&cUnknown item &l
%item%&c.' not-exempted: '&cThis item isn''t exempted.'
allow-command-success: '&a&l
%item%&a is no longer exempted.' exempt-command-info: 'Exempts the specified item from the list of random items that can be given.'
exempt-command-usage: '/randomitems exempt <Item>'
already-exempted: '&cThis item is already exempted.'
exempt-command-success: '&a&l
%item%&a is now exempted.' message-command-info: 'Allows you to turn ON or OFF the notification messages from received items.'
message-command-usage: '/randomitems message <on/off>'
message-command-success: '&aItem notification messages have been set to &l
%status%&a.' toggle-command-info: 'Toggles ON and OFF the possibility of getting random items.'
toggle-command-usage: '/randomitems toggle'
toggle-command-on: '&aYou are able to receive random items from now on.'
toggle-command-off: "&cYou won''t receive random items from now on." help-command-info: 'Displays this list.'
help-command-usage: '/randomitems help'
help-text-header: '&d&lCommands'
help-text-command-format: '&e
%usage% &d- &a%info%' item-give-text: '&e&l
[!
]&e You''ve received &l
%item%&e.' reload-command-info: 'Reloads the plugin''s configuration.'
reload-command-usage: '/randomitems reload'
reload-command-success: '&aPlugin successfully reloaded.'