Skip to content

BlazinNova/CustomAreas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketMine Plugin for protecting areas CustomAreas is a PocketMine-MP plugin that provide players a way to protect their buildings using simple commands.

Current features:

  • Create private areas where other players cannot build
  • Provide protection for blocks, chests, doors and trapdoors inside the area
  • Whitelist for areas: an area owner can choose who can build in his zone
  • Support for multi-world
  • Bypass feature for OPs: they can edit other players areas (or use permission node customareas.bypass)
  • Easy to use
  • Configurable
  • Limit area size and number

Commands: Main Command: /customareas Aliases: /ca

  • /ca pos1 : set the first corner of the area
  • /ca pos2 : set the second corner of the area
  • /ca create : create an area with the current selection
  • /ca delete : delete the area where you are standing in (OPs can delete other players areas)
  • /ca whitelist add : add a player to the whitelist of the area where you are standing in (OPs can edit other players areas whitelist)
  • /ca whitelist remove : remove a player to the whitelist of the area where you are standing in (OPs can edit other players areas whitelist)
  • /ca whitelist list : see the list of the whitelisted players of the area where you are standing in (OPs can see other players areas whitelist)

Permission nodes:

  • customareas.command : use command /area (defaut: true)
  • customareas.bypass : use bypass feature (default: op)

About

PocketMine Plugin for protecting areas

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%