- Compatible API Versions
- 1.0.0
I'm no longer develop this plugin! Please wait for the remastered version
A nukkit plugin that provides various useful commands to your server. This is delicious like a waffle
This plugin is perfect for use together with EssentialsNK, as they complement each other
With this plugin, you not need these plugins anymore:
Commands
Known Issues
- Clearing chats below 100 does not make the chat clean.
- Cooldown for command not working
Configs
Sorry for the rather slow development of this plugin
, I'm still new to learning Java.
Want to support me?
- Vote my minecraft server
- Star and fork the github repo
Note: Translated using Google Translate
A nukkit plugin that provides various useful commands to your server. This is delicious like a waffle
This plugin is perfect for use together with EssentialsNK, as they complement each other
With this plugin, you not need these plugins anymore:
Commands
| Command | Permission | Description | Usage |
| setblock | waffle.setblock | Place block on desired place | /setblock <x> <y> <z> <block_id> |
| clearchat | waffle.clearchat | Clear your chat | /clearchat <amount> |
| casino | waffle.casino | Bet your money | /casino <coinflip | slot | dice> |
| calc | waffle.calc | Do a math operations | /calc <num1> <operator> <num2> |
| daily | waffle.daily | Claim daily rewards | /daily |
| roam | waffle.roam | Roaming with spectator mode | /roam <cancel | trial> |
| reload | waffle.reload | Reload a plugin | /reload <pluginName> |
| servers | waffle.servers | Server selector | /servers |
- Clearing chats below 100 does not make the chat clean.
- Cooldown for command not working
Configs
YAML:
casino:
cooldown: 20
hidden: false
aliases:
- bet
warp:
cooldown: 0
hidden: true
aliases: []
YAML:
afk_timeout: 300
schedules:
- id: "main"
interval: 300
reward: 20
message: "You gain money every 5 minutes"
- id: "bonus"
interval: 900
reward: 100
message: "Bonus!"
YAML:
rewards:
reward1:
- type: money
amount: 1000
- type: item
id: 260
amount: 10
reward2:
- type: exp
amount: 100
reward3:
- type: item
id: 265
amount: 32
- type: effect
effect: SPEED
duration: 300
amplifier: 2
reward4:
- type: item
id: 264
amount: 15
reward5:
- type: money
amount: 200
reward6:
- type: exp
amount: 200
reward7:
- type: item
id: 322
amount: 1
messages:
success: "You have claimed your daily reward (Day %day%)!"
already_claimed: "You already claimed your daily reward today!"
not_available: "Daily reward not available now. Please try again later."
YAML:
servers:
lobby:
name: "§aSakura Universe"
ip: "veda.hidencloud.com"
port: 24689
Sorry for the rather slow development of this plugin
Want to support me?
- Vote my minecraft server
- Star and fork the github repo
Note: Translated using Google Translate