-
Notifications
You must be signed in to change notification settings - Fork 12
Essentials Configuration
Ren edited this page Apr 16, 2022
·
2 revisions
» Home » Essentials » Configuration
- distance-command: Configuration settings relating to the functionality of the distance command
- maximum-distance: The maximum distance, measured in blocks, that the distance command should be able to reach
- item-requirement: The item required for using the distance command. The item must be in the player's inventory in order to use the command.
- track-command: Configuration settings relating to the functionality of the track command
- maximum-distance: The maximum distance, measured in blocks, that the track command should be able to reach
- item-requirement: The item required for using the track command. The item must be in the player's inventory in order to use the command
- time-slow-factor: How many times slower should time be than normal Minecraft? May be any decimal number, including values less than one to make time go faster.
- daily-messages: A list of messages to be cycled through daily when users log in. Each message is displayed for one day before the next one is displayed.
- kits: A list of kits that are possible to claim.
- ==: com.rpkit.essentials.bukkit.kit.RPKKitImpl
- id: A unique numeric ID for the kit
- name: The name of the kit. Used for claiming & displayed in lists.
- items: A list of serialised ItemStacks containing which items the kit should contain
- ==: com.rpkit.essentials.bukkit.kit.RPKKitImpl
-
rpkit_log_messages_enabled id
: Should be the same size as the maximum number of players -
rpkit_previous_location id
: Should be the same size as the maximum number of players -
rpkit_tracking_enabled id
: Should be the same size as the maximum number of players
permissions:
rpkit.essentials.command.back:
description: Allows you to teleport to the last location teleported to
default: op
rpkit.essentials.command.clone:
description: Allows you to clone the item in your hand
default: op
rpkit.essentials.command.distance:
description: Allows you to check your distance to players
default: true
rpkit.essentials.command.enchant:
description: Allows you to enchant items by command
default: op
rpkit.essentials.command.enchant.unsafe:
description: Allows you to add "unsafe" enchantments when enchanting by command
default: op
rpkit.essentials.command.feed:
description: Allows you to feed players
default: op
rpkit.essentials.command.fly:
description: Allows you to fly
default: op
rpkit.essentials.command.getbook:
description: Allows you to get a book
default: true
rpkit.essentials.command.getsign:
description: Allows you to get a sign
default: true
rpkit.essentials.command.heal:
description: Allows you to heal players
default: op
rpkit.essentials.command.inventory:
description: Allows you to open other people's inventories
default: op
rpkit.essentials.command.item:
description: Allows the spawning of items
default: op
rpkit.essentials.command.itemmeta:
description: Allows you to modify item meta
default: op
rpkit.essentials.command.jump:
description: Allows you to jump to locations
default: op
rpkit.essentials.command.kit:
description: Allows you to claim kits
default: op
rpkit.essentials.command.repair:
description: Allows you to repair items
default: op
rpkit.essentials.command.runas:
description: Allows you to run a command as another player
default: op
rpkit.essentials.command.saveitem:
description: Allows you to save items to YAML
default: op
rpkit.essentials.command.showitem:
description: Allows you to show others the item you are holding
default: true
rpkit.essentials.command.seen:
description: Allows you to see when a player was last seen online
default: op
rpkit.essentials.command.setspawn:
description: Allows you to set the spawn
default: op
rpkit.essentials.command.smite:
description: Smites the player
default: op
rpkit.essentials.command.spawn:
description: Allows you to teleport to the spawn
default: op
rpkit.essentials.command.spawner:
description: Allows you to change the entity spawned by a spawner
default: op
rpkit.essentials.command.spawnmob:
description: Allows you to spawn mobs
default: op
rpkit.essentials.command.speed:
description: Allows you to set your or someone elses flyspeed
default: op
rpkit.essentials.command.sudo:
description: Allows you to run a command with elevated priveledges
default: op
rpkit.essentials.command.togglelogmessages:
description: Allows you to toggle log in/out messages
default: op
rpkit.essentials.command.toggletracking:
description: Allows you to hide from /track and /distance
default: true
rpkit.essentials.command.track:
description: Allows you to track players
default: true
rpkit.essentials.command.unsign:
description: Allows you to unsign books
default: true