Kirk

Kirk

Kirk is a GUI teleporter. Random, Worlds saved spots, spawns + Player saved spots, home.

9 downloads

:: 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)

Kirk GUI

  • Items colors: BLUE for world's, ORANGE for player's.

:: commands ::

  • /kirk -- access GUI
  • /kirk add world
  • /kirk add player
  • /kirk remove world
  • /kirk remove player
  • /kirk help

will autocomplete on add.

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!