GiveAll
Features
- Give an item to all online players, at once.
- Support for data values.
Details
This plugin allows you to give ALL of your online players an item (and an amount of that item) at once.
Permissions
GiveAll supports SuperPerms.
| Node | Defaults to? |
|---|---|
| giveall.give | Op-check |
Commands
| Command | Arguments | Description |
|---|---|---|
| /giveall | <item_id>(:data) (amount) | This will give all of your online players the <amount> of <item id> |
Data is optional. If omitted, defaults to 0. For example, to give white wool, type: /giveall 35 However, for pink wool, you would type: /giveall 35:6
Amount is optional and if omitted, defaults to 64. If above 64, defaults to 64.
Configuration
The configuration file config.yml will be generated, with default values as shown below:
messagePlayers: true
| Option | Accepted Parameters | Description |
|---|---|---|
| messagePlayers | true/false | when set to true, this will message players informing them that they've been given an item. The message will either say "from the server" if the command was issued from console, or will state a player name. When set to false, this message doesn't send. |

