Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commands

Prunt edited this page Nov 1, 2017 · 10 revisions
  • /rc
    • Allows player to switch between creative and default gamemodes
    • Permission:
      • rc.commands.main
    • Aliases:
      • defined in config.yml
  • /rc reload
    • Reloads settings from config file (to reload data from database, please restart the server)
    • Permission:
      • rc.commands.reload
  • /rc i-am-sure-i-want-to-delete-all-plugin-data-from-database
    • Deletes ALL tracking data from database. CANNOT UNDO. (full restart is required for changes to take effect)
    • Permission:
      • rc.commands.delete
  • /rc convert cc
    • Converts old Creative Control block and entity data to RestrictedCreative plugin data (make sure both plugins use the same database - MYSQL ONLY; be sure to edit "converter.cc" value accordingly before running this command; only block, vehicle and hanging entity data is converted; full restart is required to put new data to use)
    • Permission:
      • rc.commands.convert
  • /rc convert gmi
    • Converts old GameMode Inventories block and entity data to RestrictedCreative plugin data (make sure both plugins use the same database - MYSQL ONLY; only block and armor stand data is converted; full restart is required to put new data to use)
    • Permission:
      • rc.commands.convert
  • /rc convert sc
    • Converts old ShareControl block data to RestrictedCreative plugin data (make sure both plugins use the same database - MYSQL ONLY; be sure to edit "converter.sc" value accordingly before running this command; only block data is converted; full restart is required to put new data to use)
    • Permission:
      • rc.commands.convert
  • /rc convert sql
    • Converts old data from the other SQL database to current one (make sure you have the new database type written in "database.type" in config; for example, if you have "SQLite" as the database type in config, then running this command will convert old data from MySQL to SQLite)
    • Permission:
      • rc.commands.convert
  • /rc block add
    • Right-click a block/entity you want to add to the database. Type "/rc block add" again to cancel.
    • Permission:
      • rc.commands.block
  • /rc block remove
    • Right-click a block/entity you want to remove from the database. Type "/rc block remove" again to cancel.
    • Permission:
      • rc.commands.block
  • /rc block info
    • Right-click a block/entity you want to know more about. Type "/rc block info" again to cancel.
    • Permission:
      • rc.commands.block
  • /rc block stats
    • Shows how many creative placed blocks and entities are there in the server.
    • Permission:
      • rc.commands.block
Clone this wiki locally