WaruiRestrict - Restrictions in Fly and God Modes
WaruiRestrict is a plugin for Minecraft (Paper/Spigot) that prevents players with
God Mode or
Fly Mode enabled from performing certain actions. It helps balance gameplay and prevent unfair advantages.
Depends:
Essentials
Features:
✅
Mob Damage Restriction - prevents players in God or Fly mode from damaging mobs.
✅
Block Placement and Breaking Restriction - players in Fly or God mode cannot modify the world.
✅
Chest and Barrel Access Restriction - players in Fly or God mode cannot interact with chests or barrels.
✅
Item Interaction Restriction - block certain items from being used while in Fly or God mode.
✅
Item Pickup Restriction - players in Fly/God mode cannot pick up items.
✅
Flexible Configuration - fully configurable options to suit your server's needs.
⚙ Configuration (config.yml):
Code (YAML):
# Disable mob damage in god/fly mode
mobDamage:
Enable
: true
Messages:
InGod
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915damage mobs &fin god mode!"
InFly
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915damage mobs &fin fly mode!"
# Disable block placing in god/fly mode
blockPlace:
Enable
: true
Messages:
InGod
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915place blocks &fin god mode!"
InFly
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915place blocks &fin fly mode!"
# Disable block breaking in god/fly mode
blockBreak:
Enable
: true
Messages:
InGod
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915break blocks &fin god mode!"
InFly
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915break blocks &fin fly mode!"
# Disable chest and barrel access in god/fly mode
chestAccess:
Enable
: true
Messages:
InGod
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915open chests &fin god mode!"
InFly
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915open chests &fin fly mode!"
# Disable interaction with specific items in god/fly mode
interaction:
Enable
: true
Messages:
InGod
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915use this item &fin god mode!"
InFly
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915use this item &fin fly mode!"
DisabledItems
:
-
"BOW"
-
"ENDER_CRYSTAL"
-
"END_CRYSTAL"
-
"CROSSBOW"
-
"TNT"
# Disable item pickup in god/fly mode
itemPickup:
Enable
: true
Messages:
InGod
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915pick up items &fin god mode!"
InFly
:
"#565551[#CCAB27Error#565551] &fYou cannot #DAE915pick up items &fin fly mode!"
MessageInterval
: 3000
# Delay between messages in milliseconds (3 seconds)
Commands and Permissions:
Permission:
waruirestrict.bypass – grants the player bypass permissions for all restrictions set by the plugin.
No commands.