PySpigot plugin
Classic godmode/flymode. Particles in random colors will spawn on player in godmode when damages are cancelled.
On godmode quit, it will display to player the amount of damage cancelled.
Installation
- copy/paste in PySpigot/scripts/
- copy/paste permissions in PySpigot/script_options.yml
Commands
- toggle godmode
- toggle flymode
- display inchat how many gods are online
Permissions
Code (YAML):
begod.py
enabled
: true
permissions:
begod.*:
description
: toggle godmode and flymode
children:
begod.god
: false
begod.fly
: false
begod.info
: false
Configuration
Code (Text):
BEGOD_CHAT_PREFIX = "&d&k000&r[&6BeGod&r] "
MESSAGE_BEGOD_ON = "You are now alike a &6God."
MESSAGE_BEGOD_OFF = "Back to &dnormal&r life."
MESSAGE_FLYMODE = "&6Fly&r mode is now: "
MESSAGE_DAMAGE_AVOIDED = "Total damage avoided: "
MESSAGE_HOWMANY_GODS = "Players actually in godmode: &6%i&r."
MESSAGE_NO_PERMISSION = "You do &6not&r have the permission."
PARTICLES_ON_DAMAGE = True
BEGOD_RESTORE_FOOD_LEVEL = True
USE_PERMISSIONS = True