This plugin adds slime tennis for a bit of fun when you get bored. I developed this plugin a while ago and decided now to put it up for everyone to enjoy.
How it works
Running the command /tennis gives you all that you need! Right clicking a spawned ball with the racket will launch it up in the air and forward!
Commands
Config
Additional Information
If you find any bugs or have any suggestions please either DM me or use the github issue tracker.
Have fun!
How it works
Running the command /tennis gives you all that you need! Right clicking a spawned ball with the racket will launch it up in the air and forward!
Commands
- /tennis - Gives Racket, slime tennis ball spawner item and slime tennis ball killer.
- /tennis racket - Gives racket.
- /tennis ball - Gives slime tennis ball spawner item.
- /tennis killnear - Gives slime nearby killer item. Kills ALL nearby slime tennis balls when used. Requires "tennis.admin" permission.
- /tennis kill - Kills player's slime tennis balls. Command is ran when player quits to kill any left over slimes.
- tennis.admin - Allows the player to use /tennis kill.
- tennis.use - Allows the player to use /tennis.
Config
Code:
Entity:
Velocity:
Multiply: 1.5 # Adjust multiplier
setY: 1.2 # Adjust ball height when hit
Spawn:
Max: 5 # Max Slimes per player
hasAi: true # Spawn slime with AI or not - No AI stops them from moving.
Additional Information
If you find any bugs or have any suggestions please either DM me or use the github issue tracker.
Have fun!