Dark Falls Gildenforum

Willkommen bei den Dark Falls! Erstellt ein kostenloses Benutzerkonto, indem ihr euch Registriert um an unserem Forum und der Community teilzuhaben.

Plugin - Essentials

  • Aufrufe Aufrufe: 107
  • Letzte Aktualisierung Letzte Aktualisierung:
  • Player Commands​


    CommandDescriptionUsage
    entities refreshResyncs all entities for the player running the command!entities refresh
    motdShow the server's Message of the Day!motd
    voteStarts a vote for a command!vote <String name>
    vote cancelCancels current vote in progress!vote cancel
    grids listLists all grids you own at least 50% of Will give you positions if the server admin enables the option!grids list
    whisperSend a private message to another player!w <String playername>
    noCancel your casted vote!no
    yesSubmit a yes vote!yes

    Admin Commands​


    CommandDescriptionUsageExample
    entities stopStops an entity from moving!entities stop <String entityName>!entities stop "That Ship"
    entities deleteDelete an entity!entities delete <String entityName>!entities delete "That Ship"
    entities killKill a player!entities kill <String name>!entities kill "John Doe"
    entities findFind entities with the given text in their name!entities find <String name>!entities find miner
    entities poweroffPower off entities with the given text in their name!entities poweroff <String name>!entities power off miner
    entities poweronPower on entities with the given text in their name!entities poweron <String name>!entities power on miner
    entities ejectEjects a specific player from any block they are seated in, or all players in the server if run with 'all'!entities eject <String player>!entities eject "John Doe"
    grids setownerSets owner of specified grid!grids setowner <String gridName> <String playerName>!grid setowner "That Ship" "John Doe"
    grids static largeMakes all large grids static!grids static large!grids static large
    grids stopallStops all moving grids!grids stopall!grids stopall
    grids exportExport the given grid to the given file name in the form of a raw grid object builder!grids export <String gridName> <String exportName>!grids export "Miner" "Little Miner Mk1"
    grids importImport a grid from file and spawn it by the given entity/player!grids import <String gridName> [String targetName]!grids export "Little Miner Mk 1" "John Doe"
    saySay a message as the server!say <String message>!say "Don't let Cyberhounds get you Cyberdown!"
    teleportTeleport one entity to another!tp <String entityToMove> <String destination>!tp "John Doe" "That Ship"
    teleport toTeleport directly to an another entity!tpto <String destination>!tpto "That Ship"
    kickKick a player from the game!kick <String playerName>!kick "John Doe" or !kick 1234567891011
    banBan a player from the game!ban <String nameOrSteamId>!ban "John Doe" or !ban 1234567891011
    unbanUnban a player from the game!unban <String nameOrSteamId>!unban "John Doe" or !unban 1234567891011
    vote debugPrints out info from the voting module!vote debug!vote debug
    vote resetResets the voting module data including cooldowns!vote reset!vote reset
    admin statsGet performance statistics of the server!admin stats!admin stats
    admin playercountGets or sets the max number of players on the server!admin playercount [Int32 count]!admin playercount [Int32 count]
    admin playerlistLists current players on the server!admin playerlist!admin playerlist
    admin runautoRuns the auto command with the given name immediately!admin runauto <String name>!admin runauto rulemessages
    admin set toolbarMakes your current toolbar the new default toolbar for new players!admin set toolbar!admin set toolbar
    admin setrankSet the promote level of a player. Ranks are: None, Scripter, Moderator, Space Master, Admin!admin setrank <String playerNameOrId> <String rank>!admin setrank "John Doe" Admin
    admin reserveAdd a player to the reserved slots list!admin reserve <String playerNameOrId>!admin reserve "John Doe"
    admin unreserveRemove a player from the reserved slots list!admin unreserve <String playerNameOrId>!admin unreserve "John Doe"
    admin muteMutes a user in global chat for the given number of minutes!admin mute <String user> [Int32 timeout]!admin mute "John Doe" 200
    admin unmuteRemoves a chat mute from a user, if they have been muted!admin unmute <String user>!admin unmute "John Doe" 200
    admin list muteLists all muted users, an their timeout, if applciable!admin list mute!admin list mute
    admin giveInsert an item with a specific quanity into a players inventory!admin give <String Playername> <String type> <String subtype> <Int32 count>!admin give "John Doe" PhysicalGunObject AngleGrinder4Item 1
    blocks on typeTurn on all blocks of the given type!blocks on type <String type>!blocks on type Refinery
    blocks off typeTurn off all blocks of the given type!blocks off type <String type>!blocks off type Refinery
    blocks remove typeRemove all blocks of the given type!blocks remove type <String type>!blocks remove type Refinery
    blocks on subtypeTurn on all blocks of the given subtype!blocks on subtype <String subtype>!blocks on subtype <String subtype>
    blocks off subtypeTurn off all blocks of the given subtype!blocks off subtype <String subtype>!blocks off subtype BasicRefinery
    blocks remove subtypeRemove all blocks of the given subtype!blocks remove subtype <String subtype>!blocks remove subtype BasicRefinery
    blocks on generalTurn on all blocks of the specified category!blocks on general <String category>!blocks on general "Block Weapons"
    blocks off generalTurn on all blocks of the specified category!blocks off general <String category>!blocks off general "Block Weapons"
    cleanup scanFind grids matching the given conditions!cleanup scan!cleanup scan hastype Beacon
    cleanup listLists grids matching the given conditions!cleanup list!cleanup list hastype Beacon
    cleanup deleteDelete grids matching the given conditions!cleanup delete!cleanup delete name "NPC"
    cleanup delete floatingobjectsDeletes floating objects!cleanup delete floatingobjects!cleanup delete floatingobjects
    cleanup helpLists all cleanup conditions!cleanup help!cleanup help
    voxels reset allResets all voxel maps!voxels reset all [Boolean deleteStorage]!voxels reset all true
    voxels reset planetsResets all planets!voxels reset planets!voxels reset planets
    voxels reset planetResets the planet with a given name!voxels reset planet <String planetName>!voxels reset planet EarthLike429013
    voxels cleanup asteroidsResets all asteroids that don't have a grid or player nearby!voxels cleanup asteroids [Boolean deleteStorage]!voxels cleanup asteroids true
    voxels cleanup distantResets all asteroids that don't have a grid or player inside the specified radius!voxels cleanup distant [Double distance] [Boolean deleteStorage]!voxels cleanup distant 500 true
    faction cleanRemoves factions with fewer than the given number of players!faction clean [Int32 memberCount]!faction clean 1
    faction removeRemoves faction by tag name!faction remove <String tag>!faction remove NPD
    faction infoLists members of all factions!faction info!faction info
    pr createrankCreate new rank object with default data!pr createrank <string rankName>!pr createrank "Moderator"
    pr delrankDelete existing rank object!pr delrank <string rankName>!pr delrank "Moderator"
    pr setrankSet a players rank level!pr setrank <string playerName, string rankName>!pr setrank "Bishbash777" "Moderator"
    pr addinheritanceMake a rank inherit other custom ranks permissions!pr addinheritance <string rankName, string inheritanceName>!pr addinheritance "Admin" "Moderator"
    pr delinheritanceRemove inherited custom rank from main rank!pr delinheritance <string rankName, string inheritanceName>!pr delinheritance "Admin" "Moderator"
    pr renamerankRename existing rank!pr renamerank <string oldName, string newName>!pr renamerank "Moderator" "Helper"
    pr reservedslotStates if any player who has the given rank will have!pr reservedslot <string rankName, string bool_string!pr reservedslot "Donator" true
    pr setdefaultrankSets default rank for all new players!pr setdefaultrank <string rankName>!pr setdefaultrank "Player"
    pr addpermAllows access to specified command for named rank (Adds !restart to explicity allowed commands... adding a '-' infront of restart will remove it from the explicitly allowed list) - see example!pr addperm <string rankName, string command>!pr addperm "Moderator" "restart" / !pr addperm "Moderator" "-restart"
    pr delpermRevokes accesss to specified command for named rank (Adds !restart to explicity blocked commands... adding a '-' infront of restart will remove it from the explicitly blocked list) - see example!pr delperm <string rankName, string command>!pr delperm "Moderator" "stop" / !pr addperm "Moderator" "-stop"
    pr addplayerpermAllows access to specified command for named player (Adds !restart to explicity allowed commands... adding a '-' infront of restart will remove it from the explicitly allowed list) - see example!pr addplayerperm <string playernameName, string command>!pr addplayerperm "Bishbash777" "eco give" / !pr addperm "Bishbash777" "-eco give"
    pr delplayerpermRevokes accesss to specified command for named player (Adds !restart to explicity blocked commands... adding a '-' infront of restart will remove it from the explicitly blocked list) - see example!pr delplayerperm <string playernameName, string command>!pr delplayerperm "Bishbash777" "eco give" / !pr delplayerperm "Bishbash777" "-eco give"
    pr listranksList all valid and loaded ranks!pr listranks!pr listranks

    Admin Commands for people that know what they are doing​


    CommandDescriptionUsageExample
    identity cleanRemove identities that have not logged on in X days!identity clean <Int32 days>!identity clean 15
    identity purgeRemove identities AND the grids they own if they have not logged on in X days!identity purge <Int32 days>!identity purge 15
    sandbox cleanCleans up junk data from the sandbox file, includes identity purge.!sandbox clean!sandbox clean

    Admin Commands / known by Players​


    CommandDescriptionUsageExample
    !cleanup helpzeigt alle Cleanup Befehle!cleanup help
  • Laden…
Oben