CompassNav won't work because...

Discussion in 'Bukkit Help' started by micky_man, Oct 24, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    micky_man

    Hey, my CompassNavigation plugin will not work. Whenever I type /compass a plugin with the same command shows this Bearing: SE (131 degrees).
     
  2. Offline

    tcvs

    micky_man Do you get any errors in the console? Or anything like that.
     
  3. Offline

    micky_man

    tcvs No I don't. The problem is that Essentials plugin has the command /compass and so does CompassNavigation. I'm definitely NOT deleting Essentials, but at the same time I really want to use CompassNav.
     
  4. Offline

    tcvs

    micky_man You can disable Essentials commands in the config. So just disable that compass command.
     
  5. Offline

    micky_man

    tcvs
    Really? How do you do that?

    tcvs Well I see how to, but when I block the /compass command then the compass for the CompassNav wont work!
    Its like Essentials overrides compass nav

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  6. Offline

    tcvs

    micky_man Ok another thing you can do is open The ComapassNav plugin file. Open plugin.yml and see if the command has any Aliases set. if it does not than add
    Code:
    aliases: [compass, comp]
    to the section under the command. here is an example
    Code:
    voidspawn:
            description: All commands for voidspawn
            aliases: [vs, voidspawn]
     
  7. Offline

    micky_man

    tcvs plugin.yml?

    My config looks like this:
    # Configuration for CompassNavigation by DenialMC
    # reloadMessage: The message players see after reloading the plugin
    # noPermMessage: The message players see after trying to reload the plugin without permission
    # cantUpdateMessage: The message players see after trying to update with auto updater disabled
    # updateSuccessMessage: The message players see after updating the plugin successfully
    # updateFailedMessage: The message players see after failing to update the plugin
    # notEnoughMessage: The message players see after trying to open an item but not having enough money
    # chargedMessage: The message players see after being charged money
    # cantConnectMessage: The message players see after trying to connect while server is offline
    # warmUpMessage: The message players see after teleporting while players were near
    # cantUseMessage: The message players see after teleporting in an area they cannot do so
    # openedForMessage: The message players see after they open the inventory for somebody else
    # notOnlineMessage: The message players see after they try to open the inventory for an offline player
    # teleportCancelMessage: The message players see when they move during the warmup
    # commandHelpMessage: The messages players see when they do /cn help
    # autoUpdate: Enable auto updater
    # sounds: Enable sounds or not
    # warmUp: Have a delay of X seconds when players are in a radius of X blocks or not
    # warmUpTime: The warmup delay
    # warmUpDistance: The warmup block radius
    # signTitle: The title of the navigation sign
    # teleportSound: The teleport sound
    # noPermSound: The no permission sound
    # noPermLore: The lore added to the item if you cant use it
    # commands: List of inventory commands. First name is the command and second is the inventory name.
    # items: List of inventory items. First name is the item ID and second is the inventory name.
    # disabledWorlds: The list of disabled worlds
    # Please read the reference guide in order to create inventories.

    general:
    reloadMessage: '&eSuccesfully reloaded CompassNavigation!'
    noPermMessage: '&4You do not have access to that command.'
    cantUpdateMessage: '&eSorry, but the auto updater is disabled.'
    updateSuccessMessage: '&eSuccessfully updated CompassNavigation!'
    updateFailedMessage: '&eThe update was unsuccessful, please check the console.'
    notEnoughMessage: '&eSorry, but you do not have enough money.'
    chargedMessage: '&eCharged &6$<price> &efrom you!'
    cantConnectMessage: '&eSorry, but that server is offline!'
    warmUpMessage: '&eTeleporting you in &6<time> &eseconds, do not move!'
    cantUseMessage: '&eSorry, but you can''t use the compass here.'
    openedForMessage: '&eSuccessfully opened &6<inventory> &einventory for &6<player>&e!'
    notOnlineMessage: '&eSorry, but &6<player> &eis not online!'
    teleportCancelMessage: '&eTeleportation cancelled.'
    commandHelpMessage:
    - '&6&lCOMPASSNAVIGATION &f| &7/compassnav help'
    - '&6Oo-----------------------oOo-----------------------oO'
    - '&2/compassnav reload &a- Reload the plugin'
    - '&2/compassnav update &a- Update the plugin'
    - '&6Oo-----------------------oOo-----------------------oO'
    settings:
    autoUpdate: true
    sounds: true
    warmUp: false
    warmUpTime: 5
    warmUpDistance: 25
    signTitle: '&1[Navigation]'
    teleportSound: ENDERMAN_TELEPORT
    noPermSound: ZOMBIE_IDLE
    noPermLore: '&4No permission'
    commands:
    compass: teleport
    aliases:
    - servers
    - worlds
    items:
    '345': teleport
    disabledWorlds:
    - pvp

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  8. Offline

    tcvs

    micky_man When I said plugin.yml It is in the compiled jar. But what I would recommend doing is contacting the dev and request that he makes an aliases for his command. But my fix is a temporary one. i believe there are other options but without doing any research that should work.
     
Thread Status:
Not open for further replies.

Share This Page