Added disabled-worlds settings.
Added Op check to limit count, ops will now have unlimited warps.
Fixed pw.limit.* permission.
Code (YAML):
settings:
disabled-worlds:
create:
enable
: true
worlds
:
- 'exampleworld1'
- 'exampleworld2'
set:
enable
: true
worlds
:
- 'exampleworld1'
- 'exampleworld2'
visit:
enable
: true
worlds
:
- 'exampleworld1'
- 'exampleworld2'
Code (YAML):
messages:
disabled-worlds:
create
: '
%prefix% &cYou can not create warps in this world.'
set
: '
%prefix% &cYou can not set warp locations in this world.'
visit
: '
%prefix% &cYou can not visit warps in this world.'