With Give A Cookie on your server you can give your players a cookie, or more than one! You can use the Raincookies feature to make it rain cookies on your players! Also, you can give players the ability to gift a cookie to other players, You can also choose to give your players a cookie on join.
Features
- Rain cookies on all or one player.
- Configure default number of cookies per rain.
- Set maximum cookies per rain.
- Set fall radius.
- Set fall height.
- Give a player a cookie NEW! Add a custom message.
- Give a player a cookie on join.
- NEW! Spawn a stack of cookies on a random location within a given radius around you.
Commands
| Command | Function |
| /raincookies <player/all> [number of cookies] | Let it rain cookies on the player given, on or all players. |
| /giveacookie [player] (message) | Give a player or all players a cookie. |
| /randomcookies <radius> | Spawn a stack of cookies within the given radius around you. |
Permissions
| Permission | Function | Default |
| giveacookie.* | Gives you access to all the functions/commands | |
| giveacookie.onjoin | Gives the player a cookie on join | true |
| giveacookie.raincookies | Can let it rain cookies on a player or everyone | op |
| giveacookie.cangetrain | Can get a cookie rain | true |
| giveacookie.giftcookie | Can send a cookie as a gift | true |
| giveacookie.cangiveself | Can give himself a cookie | op |
| giveacookie.cangiveeveryone | Can give everyone a cookie! | op |
| giveacookie.droprandom | Gives access to /randomcookies! | op |
Configuration
| Config line | Type | Default | Function |
| cookierainfallradius | Number | 7 | Configure the fall radius of the cookies around the player |
| cookiesperrain | Number | 1000 | Configure default cookies per rain on one player. |
| cookiesmaxfallheight | Number | 100 | Configure max fall height for cookies |
| maxcookiesperrain | Number | 2000 | Configure max cookies per rain in total. |
| cookieonjoin | true/false | true | If true players will recieve cookie on join if this is not disabled by permissions |
To-do
- Rename randomcookies command to a better name.
- Add permission giveacookie.droprandom to giveacookie.*
- Add more fun ways to give players a cookie.