FancyInnovations
FancyCoreCommands

World

World options for FancyCore

Commands for the world management system

The command list is not complete and not all commands are properly documented yet. Some commands might not be implemented yet.

World Management

createworld

Creates a new world with the specified name.

  • Permissions: fancycore.commands.createworld
  • Syntax: /createworld <name> [type]
    • <name> - World name
    • [type] - World type (optional)

copyworld

Creates a copy of the specified world.

  • Permissions: fancycore.commands.copyworld
  • Syntax: /copyworld <source> <destination>
    • <source> - Source world name
    • <destination> - New world name

deleteworld

Deletes the specified world from the server.

  • Permissions: fancycore.commands.deleteworld
  • Syntax: /deleteworld <name>
    • <name> - World name

listworlds

Lists all available worlds on the server.

  • Permissions: fancycore.commands.listworlds
  • Syntax: /listworlds or /worlds

world

Teleports you to the specified world.

  • Permissions: fancycore.commands.world
  • Syntax: /world <name>
    • <name> - World name

Utility Commands

setweather

Sets the weather in the current world.

  • Permissions: fancycore.commands.setweather
  • Syntax: /setweather <weather>
    • <weather> - Weather type (sun/rain)

settime

Sets the time of day in the current world.

  • Permissions: fancycore.commands.settime
  • Syntax: /settime <time>
    • <time> - Time value

On this page