hevav's RandomTools
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/hevav/RandomTools
Version: 0.0.3
Spigot plugin to give random items from the command or from the kits
Tools
Random Give
Kits are located in the config.
- Simplest use, give items from the command: /rgive <player> <limit> <item 1 id> <item 2 id...>
- You can create a kit to make it simpler: /rkitadd <name> <item 1 id> <item 2 id...>
- This command creates a kit with all items without : /rkitadd <name> -<item 1 id> <item 2 id...>
- And give that kit: /rkit <player> <kit name> <limit>
- ...or loop that kit: /rkitloop <player> <kit name> <limit> <interval>
- ...stop all loops: /rkitloop dis
- To remove a kit use this command: /rkitremove <kit name>
Random teams
Operations:
- To start, you need to create teams: /rteamcreate [limit]
- Then you can use operations for the teams: /rteam [id] [operation]
- And you can remove teams...: /rteamremove
id:
- Teleport to executor: tp
- Sequence number of a team, starting from 1
- %n+m to randomly divide teams by n starting from m.
- * for all teams.

hevav's RandomTools 0.0.3
Spigot plugin for some random operations)
Recent Updates
- 0.0.2 Oct 6, 2020