-
Notifications
You must be signed in to change notification settings - Fork 7
Commands and Permissions
-
/phantomworlds compatibility
- Run a compatibility check for your server. -
/phantomworlds create <world> <environment> [options...]
- Start the process of creating a new world.- Argument 1:
world
(required) - World name. - Argument 2:
environment
(required) - The world environment.- Valid options are as follows:
-
NORMAL
(aka. the overworld [you are probably looking for this one]) NETHER
THE_END
-
CUSTOM
(advanced users only)
-
- Valid options are as follows:
- Argument 3:
options...
(optional) - Additional world options to be specified, such as world generators, seeds, etc.-
generateStructures:
- Whether structures, such as villages will be generated in this world.- Valid options:
true
andfalse
; e.g.generateStructures:false
- Valid options:
-
generator
- The world generator to use for this world.- Valid options:
<YourGeneratorHere>
; e.g.generator:CleanroomGenerator:.
if you are using CleanroomGenerator
- Valid options:
-
generatorSettings
- Advanced generator settings, supplied in JSON.- Valid options: Too many to supply here; read more about it here.
-
hardcore
- Whether this world will follow the hardcore ruleset.- Valid options:
true
andfalse
; e.g.hardcore:true
- Valid options:
-
seed
- The seed to use.- Valid options:
<YourSeedHere>
; e.g.seed:847479976687857
- Valid options:
-
type
- The type of world you want generated.- Valid options:
AMPLIFIED
,FLAT
,LARGE_BIOMES
andNORMAL
; e.g.type:FLAT
- Valid options:
-
spawnMobs
- Whether monsters can spawn in this world.- Valid options:
true
andfalse
; e.g.spawnMobs:false
- Valid options:
-
spawnAnimals
- Whether animals can spawn in this world.- Valid options:
true
andfalse
; e.g.spawnAnimals:false
- Valid options:
-
keepSpawnInMemory
- Whether the spawn area will be loaded in memory at all times (for high traffic areas, leave this on)- Valid options:
true
andfalse
; e.g.keepSpawnInMemory:false
- Valid options:
-
allowPvP
- Whether players will be able to attack other players in this world.- Valid options:
true
andfalse
; e.g.allowPvP:false
- Valid options:
-
difficulty
- The difficulty for this world.- Valid options:
PEACEFUL
,EASY
,NORMAL
andHARD
; e.g.difficulty:HARD
- Valid options:
-
- Argument 1:
-
/phantomworlds debug <method>
- Debug a method from PhantomWorlds (for assisting a developer find bugs). -
/phantomworlds info
- Learn more about PhantomWorlds. -
/phantomworlds list
- List all worlds currently being handled by PhantomWorlds. -
/phantomworlds reload
- Reload configuration files and world files from PhantomWorlds. -
/phantomworlds setspawn [x] [y] [z] [world] [yaw] [pitch]
- Set the spawn location for a world. -
/phantomworlds spawn [player]
- Teleport yourself or another player to the spawn location for a world. -
/phantomworlds teleport <world>
- Teleport to a world. -
/phantomworlds unload <world>
- Unload a world from the server (does NOT delete world data).
(Thanks @ArtelGG for contributing this part of the Wiki!)
permissions:
phantomworlds.*:
default: op
description: 'All PhantomWorlds permissions, ideally given to administrators.'
children:
phantomworlds.knows-vanished-users: true
phantomworlds.command.phantomworlds.*: true
phantomworlds.knows-vanished-users:
default: op
description: 'Users with this permission will ignore the status of vanished players when using commands from PhantomWorlds, such as in tab-completion suggestions.'
phantomworlds.command.phantomworlds.*:
default: op
description: 'Ability to run all /pw commands.'
children:
phantomworlds.command.phantomworlds: true
phantomworlds.command.phantomworlds.compatibility: true
phantomworlds.command.phantomworlds.create: true
phantomworlds.command.phantomworlds.debug: true
phantomworlds.command.phantomworlds.info: true
phantomworlds.command.phantomworlds.list: true
phantomworlds.command.phantomworlds.setspawn: true
phantomworlds.command.phantomworlds.teleport: true
phantomworlds.command.phantomworlds.unload: true
phantomworlds.command.phantomworlds.reload: true
phantomworlds.command.phantomworlds:
default: op
description: 'Ability to run /pw'
phantomworlds.command.phantomworlds.compatibility:
default: op
description: 'Ability to run /pw compatibility'
phantomworlds.command.phantomworlds.debug:
default: op
description: 'Ability to run /pw debug'
phantomworlds.command.phantomworlds.create:
default: op
description: 'Ability to run /pw create'
phantomworlds.command.phantomworlds.info:
default: true
description: 'Ability to run /pw info'
phantomworlds.command.phantomworlds.list:
default: op
description: 'Ability to run /pw list'
phantomworlds.command.phantomworlds.setspawn:
default: op
description: 'Ability to run /pw setspawn'
phantomworlds.command.phantomworlds.teleport:
default: op
description: 'Ability to run /pw teleport'
phantomworlds.command.phantomworlds.unload:
default: op
description: 'Ability to run /pw unload'
phantomworlds.command.phantomworlds.reload:
default: op
description: 'Ability to run /pw reload'
Contact the ArcanePlugins team if you have any issues, suggestions or queries: