Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Creators
Details
Licensed ARR
Published 2 weeks ago
Updated last month
:: Kirk ::
/kirk main GUI inventory:
- world spots -- teleport to spots added by kirk.world.add permission players
- world spawn -- teleport to world spawn
- all worlds spawns -- teleport to any waorld spawn
- help
- random location -- teleport to a safe location (different Biome, range in config)
- player spots -- teleport to saved privates spots
- player spawn -- teleport to player spawn point (if set)
- player last position -- not yet implemented
- player home -- teleport to home (one per player)
:: commands ::
- /kirk -- access GUI
- /kirk add world <category> <name>
- /kirk add player <category> <name>
- /kirk remove world <name>
- /kirk remove player <name>
- /kirk help
<category> will autocomplete on add.
<name> will autocomplete on remove.
:: permissions ::
Do not change permissions names in config as it does not work yet.
- kirk.world -- Player can access world spots
- kirk.worlds -- Player can access to all worlds spawns
- kirk.world.add -- Player can add world spots
- kirk.world.remove -- Player can remove world spots
- kirk.player -- Player can access/add/remove personnal spots
- kirk.home -- Player can access/add a home spot
- kirk.random -- Player can teleport to a random safe spot
:: config.yml ::
permission_world: "kirk.world"
permission_world_add: "kirk.world.add"
permission_world_remove: "kirk.world.remove"
permission_player: "kirk.player"
permission_player_home: "kirk.home"
permission_player_random: "kirk.random"
permission_player_last: "kirk.last"
permission_player_world_change: "kirk.worlds"
teleport_delay: 3
teleport_random_range: 1000.0
language_file: "lang_en.yml"
category-items:
train: RAIL
poi: BEACON
village: CRAFTING_TABLE
house: OAK_DOOR
food: COOKED_BEEF
animals: LEAD
enemies: DIAMOND_SWORD
:: Issues and else ::
Private message me, or start a public conversation, I will help!


