SCompassTrack

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

SCompassTrack v1.5

Current version compatible with 1.7.9

Description

This plugin allows players to track other players with a compass. You can modify the radius, example you can allow players to track other players only in 200 block radius. You can set any player untrackable. This plugin is fully customizable, you can modify all ingame messages. This plugin is very useful for a pvp/hungergame server. This plugin is multi-world, you can enable it in every worlds you want. (default : this plugin is activated on all worlds)

I give you an example of explained config file.

SCompassTrack:
  general:
    # The radius
    radius: '200'
    # Your language, you can add language if you want.
    lang: en
    prefix: '&e[INFO] '
    # You put false if you want to reverse the controls.
    userightclicktotrackplayer: true
    #If you want to track player only on whitelisted world
    useworldwhitelist: false
    worldwhitelist:
    - Example_world
    - Second_example_world
    #If you put true, on other world, this plugin doesn''t display messages.
    pluginactivatedonotherworld: false
    #If you want the plugin check update on start.
    checkupdate: true
    # All messages you can edit.
  lang:
    fr:
      noplayer: '&3Aucun joueur proche de vous.'
      nopermission: '&3Vous n''avez pas la permission.'
      spawntarget: '&3Votre boussole pointe vers le spawn.'
      playertarget: '&3Votre boussole pointe vers : &2@ptarget &3а &2@d &3blocs d''ici.'
      incorrectworld: '&3La boussole n''est pas autorisй dans ce monde.'
    en:
      noplayer: '&3No player near you.'
      nopermission: '&3You don''t have permission.'
      spawntarget: '&3Your compass is pointing to the spawn.'
      playertarget: '&3Your compass is pointing to : &2@ptarget &3at &2@d &3block.'
      incorrectworld: '&3Compass is not allowed in this world.'
    de:
      noplayer: '&3Kein Spieler in Ihrer Nähe.'
      nopermission: '&3Sie haben keine Berechtigung.'
      spawntarget: '&3Ihr Kompass zeigt auf der spawn.'
      playertarget: '&3Ihr Kompass zeigt auf der : &2@ptarget &3auf &2@d &3block.'
      incorrectworld: '&3Der Kompass ist in dieser Welt nicht erlaubt.'
    br:
      noplayer: '&3Não tem nenhum player perto de você.'
      nopermission: '&3Você nâo ter permissão.'
      spawntarget: '&3Apontando para  o Spawn.'
      playertarget: '&3Apontando para:&2@ptarget &3que esta &2@d &3blocos de você.'
      incorrectworld: '&3Bússula não esta hablitada neste lugar.'
    ru:
      noplayer: '&3Нет никакого игрока рядом с вами.'
      nopermission: '&3У ваc нет разрешения.'
      spawntarget: '&3Ваш компас указывает на спаун.'
      playertarget: '&3Ваш компас указывает на : &2@ptarget &3в &2@d &3блоках отсюда.'
      incorrectworld: '&3Ваш компас не разрешëн здесь.'

How to use ?

Left click holding compass ==> Your compass points to the spawn.

Right click holding compass ==> Your compass points to nearest player if this player is in the radius.

You can reverse it in the config file.

Permission

  • scompasstrack.track - Allow player to track other player.
  • scompasstrack.untrackable - Allow player to be untrackable.

If you have all permissions ( - '*') and if you want to be trackable, you must disable the second permission node (- -scompasstrack.untrackable).

Good to know

For developers :

- You can find the source on Github : https://github.com/Spoutnik87/SCompassTrack

- This plugin has 4 events : TargetSearchEvent, TargetGetEvent, TargetChangeEvent and TargetLoseEvent

I am a french plugin developer and english isn't my usual language.

Official server : vanicraft.servegame.com


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files