Release of Area Plugin v3
Note: MCServer >= r173 is needed!
Features:
To create a new area:
The area data is stored in area.ini file and can be directly edited when server is down (because plugin rewrites file on shutdown)!!
The message prefix of this plugin can be customized by changing following at top of plugin:
The player needs the permission 'AreaAdmin' to use main commands (see user.ini & groups.ini of your MCServer installation)!
Plugin attached.
greets,
Tybor
Note: MCServer >= r173 is needed!
Features:
- Create rectangular areas from within MC
- Welcome message displayed to player for each area
- Areas are lockable to prevent any changes
- Areas are groupable to create complex area groups (use /area add)
- Plugin now needs permission 'AreaAdmin' for commands except /area help and /area status
- Owners of Areas may be set
Code:
usage: /area [options]
status - status information
on - enables Area Plugin
off - disables Area Plugin
save - saves selected area to new group
add - adds selected area to current group
lock - locks current area group
unlock - unlcoks current area group
setmsg "msg" - sets welcome message of current area group
setowner [areaid] [playername] - adds player to Owners of given area group
delowner [areaid] [playername] - removes player from Owners of given area group
To create a new area:
- 1. enable plugin with /area on
2. right click with empty hand on a block (selects point)
3. select at least 2 points (rectangular area)
4. use /area save to save this area
5. disable plugin with /area off
- 1. to 3. as above
4. move into existing area you want to add new area
5. use /area add to add to this area
6. disable plugin with /area off
The area data is stored in area.ini file and can be directly edited when server is down (because plugin rewrites file on shutdown)!!
The message prefix of this plugin can be customized by changing following at top of plugin:
Code:
local PLUGIN_MSG_PREFIX = cChatColor.Purple .. "* "
The player needs the permission 'AreaAdmin' to use main commands (see user.ini & groups.ini of your MCServer installation)!
Plugin attached.
greets,
Tybor