A couple of problems

Discussion in 'Bukkit Help' started by Anvanderkolk, Jan 30, 2016.

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

    Anvanderkolk

    I have a hub plugin: http://dev.bukkit.org/bukkit-plugins/server-hub9/

    i have a hub and a factions world and i set my hub by doing /sethub it all works but when i am in the factions world and i do /hub i recieve all the items again so i would have 2 sets of the hub tools and everytime i do hub from another world i recieve these items
    note: i use multiverse inv as well

    so my quastion is how do i make it so that people wont have a full inventorie of hub tools

    also it seems that when people join for the first time they dont recieve the hub gadgets

    --------------------------------------------------------------------------------------------------------------------------------------
    i use perwordplugins plugin and i have it set that factions only works in the wanted world but when i am in my hub it still works and i now Perworldplugins works because it does disable other plugins how do i fix this ??

    ----------------------------------------------------------------------------------------------------------------------------------------
    when i am in my hub my faction name is in front of my name i use essentials chat and i use have it set in the config like this:
    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsChat | #
    # +------------------------------------------------------+ #
    ############################################################

    # This section requires the EssentialsChat.jar to work.

    chat:

    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
    # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
    radius: 0

    # Chat formatting can be done in two ways, you can either define a standard format for all chat.
    # Or you can give a group specific chat format, to give some extra variation.
    # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

    format: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    #format: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'

    group-formats:
    Member: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    Builder: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    Moderator: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    Admin: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    Owner: '{factions_relcolor} {factions_roleprefix} {factions_name}&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    NoName: '&l&b {DISPLAYNAME} &2» &f{MESSAGE}'
    # If you are using group formats make sure to remove the '#' to allow the setting to be read.

    the group NoName is the one i use in my hub (i have groupmanager set perworlds and NoName is the default in my hub so why isnt it working???

    if someone could help me i that would be great.
     
  2. Offline

    eyamaz

    Moved to Help, this is not a Development problem.
     
Thread Status:
Not open for further replies.

Share This Page