(People who are advanced with GroupManager Permissio) Permissions, Herochat, Multiverse I need help!

Discussion in 'Bukkit Help' started by MasterMindMassey, Mar 10, 2013.

Thread Status:
Not open for further replies.
  1. I am having a problem with my server, and it seems like nothing is working correctly! I am getting really frustrated. My permissions, and Herochat are my main issues, because they won't work.

    Heres Some Info:
    I am running Windows 7
    64-bit operating system
    I am running my server with Java 7
    Craftbukkit - 1.4.7-R1.0
    Server Log
    I am using BukkitGUI to run my server
    Plugins -
    Code:
    AntiCheat
    AutoMessage
    BetterAlias
    BloodMoon
    BouncyBeds
    Chairs
    ChestRestock
    ChestShop
    Citizens
    CommandSigns
    CoreProtect
    Courier
    craftscripts
    CreeperHeal
    DiabloDrops
    DisguiseCraft
    Essentials
    FoundDiamonds
    GroupManager
    HeroChat
    HomeSpawnPlus
    iConomy
    ItemsforVote
    LagMeter
    LWC
    MaintenanceMode
    MCBans
    mcjobs
    mcMMO
    MobArena
    MobCatcher
    ModifyWorld
    MultiInv
    Multiverse-Core
    Multiverse-Inventories
    Multiverse-Portals
    mwStop
    MyPet
    MyWarp
    NameTags
    Newspaper
    OpenInv
    PlayerHeads
    PluginMetrics
    PrettySigns
    ProtocolLib
    Punishmental
    PvP Restore
    RealMotd
    Simple AFK
    SimpleCommandSigns
    SimplyVanish
    SkullWalls
    Spectate
    SurvivalGames
    TeleportSuite
    TopPVP
    TuxTwoLib
    update
    Votifier
    webstats
    WorldEdit
    WorldGuard
     
     
    Sorry if some of these are not plugins
    I have tried just adding GroupManager, HeroChat, and Multiverse, and the problem disappears in everything except HeroChat!

    GroupManager-
    config.yml
    Code:
    settings:
      config:
        # With this enabled anyone set as op has full permissions when managing GroupManager
        # The user will be able to promote players to the same group or even above.
        opOverrides: true
       
        # Default setting for 'mantoglevalidate'
        # true will cause GroupManager to attempt name matching by default.
        validate_toggle: true
        # **********************************************************************************************************************************
        # *** NOTE: Having this feature enabled, improper use of commandblocks will lead to undesireable permission changes, be alarmed! ***
        # **********************************************************************************************************************************
        allow_commandblocks: false
       
      data:
        save:
          # How often GroupManager will save it's data back to groups and users.yml
          minutes: 1
          # Number of hours to retain backups (plugins/GroupManager/backup)
          hours: 24
         
      logging:
        # level of detail GroupManager will use when logging.
        # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
        level: INFO
       
      mirrors:
            # Worlds listed here have their settings mirrored in their children.
            # The first element 'world' is the main worlds name
            # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
            # the same user/groups files as the parent.
            # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
            world:
              world_nether:
              - users
              - groups
              world_the_end:
              - users
              - groups
              spawn:
              - users
              - groups
              CustomMap:
              - users
              - groups
              FreePlay:
              - users
              - groups
              HungerGames:
              - users
              - groups
              Skyblock:
              - users
              - groups
              town:
              - users
              - groups
        #  world2:      (World2 would have it's own set of user and groups files)
        #    world3:
        #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
        #    world4:
        #    - groups  (World4 would use the groups.yml from world2, but it's own users.yml)
        #  world5:
        #    - world6  (this would cause world6 to mirror both files from world5)
    globalgroups.yml
    Code:
    # These groups only contain permission nodes.
    #
    # **** You can NOT add anything other than permission nodes ****
    # **** This is NOT where you set up the groups which you give to users! ****
    # **** goto groupmanager/worlds/worldname/groups.yml if you want to set the actual groups! ****
    #
    # These collections are to be inherited in your different worlds groups.yml's
    # They can also be added as one of a users subgroups, but NOT as a primary group.
    # These collections are available to ALL group and user yml's.
    #
    # Add to and customize these groups to fit your needs.
     
    groups:
     
    # Permission nodes for GroupManager
    # by ElgarL, snowleo, continued from gabrielcouto's original
    # http://wiki.ess3.net
     
      g:groupmanager_default:
        permissions:
        - groupmanager.notify.self
        - sg.arena.join
        - sg.arena.vote
        - sg.arena.spectate
        - herochat.join.Global
        - herochat.leave.Global
        - herochat.speak.Global
        - herochat.color.Global
        - herochat.autojoin.Global
        - herochat.force.join.Global
        - herochat.color.colortype.channel
     
      g:groupmanager_moderator:
        permissions:
        - groupmanager.listgroups
        - groupmanager.mandemote
        - groupmanager.manpromote
        - groupmanager.manselect
        - groupmanager.manuadd
        - groupmanager.manudel
        - groupmanager.manwhois
        - groupmanager.notify.other
     
      g:groupmanager_admin:
        permissions:
        - groupmanager.mantogglevalidate
        - groupmanager.mansave
        - groupmanager.mangcheckp
        - groupmanager.manglistp
        - groupmanager.manucheckp
        - groupmanager.manulistp
     
    # Permission nodes for CraftBukkit
    # by many devs and contributors
    # http://dl.bukkit.org/
     
      g:bukkit_default:
        permissions:
        - bukkit.broadcast.user
        - -bukkit.command.plugins
     
        g:bukkit_moderator:
        permissions:
        - bukkit.command.ban
        - bukkit.command.ban.ip
        - bukkit.command.ban.player
        - bukkit.command.gamemode
        - bukkit.command.kick
        - bukkit.command.unban
        - bukkit.command.unban.ip
        - bukkit.command.unban.player
     
      g:bukkit_admin:
        permissions:
        - bukkit.broadcast
        - bukkit.broadcast.admin
        - bukkit.command.give
        - bukkit.command.help
        - bukkit.command.kill
        - bukkit.command.list
        - bukkit.command.me
        - -bukkit.command.op
        - -bukkit.command.op.give
        - -bukkit.command.op.take
        - bukkit.command.plugins
        - bukkit.command.reload
        - bukkit.command.save
        - bukkit.command.save.disable
        - bukkit.command.save.enable
        - bukkit.command.save.perform
        - bukkit.command.say
        - bukkit.command.stop
        - bukkit.command.teleport
        - bukkit.command.tell
        - bukkit.command.time
        - bukkit.command.time.add
        - bukkit.command.time.set
        - bukkit.command.version
        - bukkit.command.whitelist
        - bukkit.command.whitelist.add
        - bukkit.command.whitelist.disable
        - bukkit.command.whitelist.enable
        - bukkit.command.whitelist.list
        - bukkit.command.whitelist.reload
        - bukkit.command.whitelist.remove
     
    # Permission nodes for Essentials
    # by ementalo, snowleo, and KHobbits
    # http://dev.bukkit.org/server-mods/essentials/
     
      g:essentials_default:
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.jail.allow.help
        - essentials.jail.allow.helpop
        - essentials.jail.allow.rules
        - sg.arena.vote
        - sg.arena.spectate
     
      g:essentials_builder:
        permissions:
        - essentials.afk
        - essentials.afk.auto
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.book
        - essentials.chat.color
        - essentials.chat.format
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.delhome
        - essentials.depth
        - essentials.exp
        - essentials.getpos
        - essentials.hat
        - essentials.home
        - essentials.ignore
        - essentials.itemdb
        - essentials.kit
        - essentials.kits.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.msg.color
        - essentials.msg.format
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.powertooltoggle
        - essentials.protect
        - essentials.recipe
        - essentials.seen
        - essentials.sethome
        - essentials.sethome.bed
        - essentials.sethome.multiple
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - essentials.jail.allow.mail
        - essentials.jail.allow.ping
        - essentials.jail.allow.seen
     
      g:essentials_moderator:
        permissions:
        - -essentials.spawner.enderdragon
        - essentials.afk.kickexempt
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.book.title
        - essentials.book.others
        - essentials.broadcast
        - essentials.chat.url
        - essentials.chat.magic
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.exp.others
        - essentials.ext
        - essentials.fly
        - essentials.fly.safelogin
        - essentials.getpos
        - essentials.getpos.others
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.kits.*
        - essentials.msg.magic
        - essentials.mute
        - essentials.mute.notify
        - essentials.nick.color
        - essentials.nick.others
        - essentials.realname
        - essentials.seen.banreason
        - essentials.seen.extra
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.spawner.*
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tp.others
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.vanish
        - essentials.vanish.effect
        - essentials.warps.*
        - essentials.weather
        - essentials.whois
        - essentials.workbench
        - essentials.world
        - essentials.worlds.*
        - essentials.jail.allow.jails
        - essentials.jail.allow.togglejail
     
      g:essentials_admin:
        permissions:
        - -essentials.backup
        - -essentials.essentials
        - -essentials.setspawn
        - -essentials.reloadall
        - -essentials.plugin
        - essentials.*
     
    # Permission nodes for Towny by ElgarL
    # http://dev.bukkit.org/server-mods/towny-advanced/
     
      g:towny_default:
        permissions:
        - towny.chat.local
     
      g:towny_builder:
        permissions:
        - towny.wild.build.6
        - towny.wild.destroy.6
        - towny.wild.destroy.14
        - towny.wild.destroy.15
        - towny.wild.destroy.16
        - towny.wild.build.17
        - towny.wild.destroy.17
        - towny.wild.destroy.18
        - towny.wild.destroy.21
        - towny.wild.destroy.31
        - towny.wild.destroy.37
        - towny.wild.destroy.38
        - towny.wild.destroy.39
        - towny.wild.destroy.40
        - towny.wild.destroy.50
        - towny.wild.destroy.56
        - towny.wild.destroy.73
        - towny.wild.destroy.74
        - towny.wild.destroy.78
        - towny.wild.destroy.81
        - towny.wild.destroy.82
        - towny.wild.destroy.83
        - towny.wild.destroy.86
        - towny.wild.destroy.103
        - towny.wild.destroy.106
        - towny.wild.destroy.111
        - towny.wild.destroy.115
     
      g:towny_moderator:
        permissions:
        - towny.chat.mod
        - towny.wild.switch.64
        - towny.wild.build.83
        - towny.wild.build.86
        - towny.wild.build.103
        - towny.wild.build.111
        - towny.wild.build.115
     
      g:towny_admin:
        permissions:
        - towny.admin
        - -towny.wild.destroy.119
        - -towny.wild.destroy.120
        - towny.chat.admin
     
    # Permission nodes for VanishNoPacket by mbaxter
    # http://dev.bukkit.org/server-mods/vanish/
     
      g:vanish_moderator:
        permissions:
        - -vanish.*
        - vanish.vanish
        - vanish.smokin
        - vanish.nofollow
        - vanish.nopickup
        - vanish.preventincomingdamage
        - vanish.hooks.dynmap.alwayshidden
        - vanish.hooks.essentials.hide
     
      g:vanish_admin:
        permissions:
        - vanish.silentjoin
        - vanish.silentquit
        - vanish.silentchests
    worlds/spawn/groups
    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Default:
        default: false
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&e'
          build: true
          suffix: ''
      Builder:
        default: true
        permissions: []
        inheritance:
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    
    HeroChat
    Global.yml
    Code:
    name: Global
    format: '{default}'
    password: ''
    color: DARK_GREEN
    distance: 0
    shortcut: false
    verbose: true
    crossworld: false
    muted: false
    worlds: []
    bans: []
    mutes: []
    moderators: []
    nick: Global
    BTW I would rather Global for the nickname to be off, but everytime i change it, it cones back

    config.yml
    Code:
    moderator-permissions:
      can-kick: true
      can-ban: true
      can-mute: true
      can-remove-channel: true
      can-modify-nick: true
      can-modify-color: true
      can-modify-distance: true
      can-modify-password: true
      can-modify-format: false
      can-modify-shortcut: false
      can-modify-verbose: true
      can-modify-focusable: false
      can-modify-crossworld: false
      can-color-messages: true
      can-view-info: true
      can-focus: true
    default-channel: Global
    censors: []
    format:
      default: '{color}[{nick}] &f{prefix}{sender}{suffix}{color}: {msg}'
      announce: '{color}[{nick}] {msg}'
      emote: '{color}[{nick}] * {msg}'
      private-message: '&d{convoaddress} {convopartner}&d: {msg}'
    use-channel-emotes: true
    locale: en_US
    log-chat: false
    log-to-bukkit: false
    twitter-style-private-messages: true
    Multiverse-Core
    config.yml
    Code:
    #  -------------------------------------------------------------------------  #
    # This is the MV2 Config. If you mess it up, copy the values out              #
    # delete it, and it will be regenerated. Then use the ingame interface        #
    # to add your values back via the "/mv conf" command.                        #
    # When in-game, simply type: "/mv conf ?" for help.                          #
    # A config with explanations can be found here:                              #
    # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml              #
    #                                                                            #
    #                                                                            #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #                                                                            #
    # Do NOT delete this line from your config!!!!                                #
    # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration            #
    #                                                                            #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #  -------------------------------------------------------------------------  #
     
    multiverse-configuration:
      ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
      enforceaccess: 'false'
      prefixchat: 'true'
      teleportintercept: 'true'
      firstspawnoverride: 'true'
      displaypermerrors: 'true'
      globaldebug: '0'
      messagecooldown: '5000'
      version: '2.9'
      firstspawnworld: world
      teleportcooldown: '5'
    worlds.yml
    Code:
    worlds:
      skyblock:
        seed: 1435672245
        environment: NORMAL
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 61.0
          y: 67.0
          z: -33.0
          pitch: 0.0
          yaw: 0.0
          world: skyblock
        autoload: true
        bedrespawn: true
      hungergames:
        seed: -4242221221573245131
        environment: NORMAL
        type: FLAT
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 1180.5
          y: 6.0
          z: 205.5
          pitch: 0.0
          yaw: 0.0
          world: hungergames
        autoload: true
        bedrespawn: true
      spawn:
        seed: -4395258234401368178
        environment: NORMAL
        type: FLAT
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: false
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: false
        monsters:
          spawn: false
        entryfee:
          currency: -1
          price: 0.0
        hunger: false
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 762.5
          y: 30.0
          z: 1064.5
          pitch: 0.0
          yaw: 0.0
          world: spawn
        autoload: true
        bedrespawn: true
      CustomMap:
        seed: 2716807450395770100
        environment: NORMAL
        type: FLAT
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: false
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: false
        monsters:
          spawn: false
        entryfee:
          currency: -1
          price: 0.0
        hunger: false
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 867.0
          y: 4.0
          z: 83.0
          pitch: 0.0
          yaw: 0.0
          world: CustomMap
        autoload: true
        bedrespawn: true
      FreePlay:
        seed: -5901848771664971047
        environment: NORMAL
        type: FLAT
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: false
        scale: 1.0
        respawnworld: ''
        allowweather: false
        difficulty: EASY
        animals:
          spawn: false
        monsters:
          spawn: false
        entryfee:
          currency: -1
          price: 0.0
        hunger: false
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: CREATIVE
        keepspawninmemory: true
        spawn:
          x: 759.0
          y: 4.0
          z: -1646.0
          pitch: 0.0
          yaw: 0.0
          world: FreePlay
        autoload: true
        bedrespawn: true
      Spawn:
        seed: -4395258234401368178
        environment: NORMAL
        type: FLAT
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 762.0
          y: 30.0
          z: 1064.0
          pitch: 0.0
          yaw: 0.0
          world: Spawn
        autoload: true
        bedrespawn: true
      world:
        seed: -2006045487177345448
        environment: NORMAL
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 159.5
          y: 67.0
          z: 253.5
          pitch: 0.0
          yaw: 0.0
          world: world
        autoload: true
        bedrespawn: true
      world_nether:
        seed: -2006045487177345448
        environment: NETHER
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 8.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 0.0
          y: 64.0
          z: 0.0
          pitch: 0.0
          yaw: 0.0
          world: world_nether
        autoload: true
        bedrespawn: true
      world_the_end:
        seed: -2006045487177345448
        environment: THE_END
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 0.0
          y: 63.0
          z: 0.0
          pitch: 0.0
          yaw: 0.0
          world: world_the_end
        autoload: true
        bedrespawn: true
      town:
        seed: -687232247
        environment: NORMAL
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 390.5
          y: 64.0
          z: 160.5
          pitch: 0.0
          yaw: 0.0
          world: town
        autoload: true
        bedrespawn: true
      spawn_nether:
        seed: 6779467495322845269
        environment: NETHER
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 8.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 3.5
          y: 65.0
          z: 0.5
          pitch: 0.0
          yaw: 0.0
          world: spawn_nether
        autoload: true
        bedrespawn: true
      spawn_the_end:
        seed: 6779467495322845269
        environment: THE_END
        type: NORMAL
        hidden: false
        alias:
          name: ''
          color: WHITE
        pvp: true
        scale: 1.0
        respawnworld: ''
        allowweather: true
        difficulty: EASY
        animals:
          spawn: true
        monsters:
          spawn: true
        entryfee:
          currency: -1
          price: 0.0
        hunger: true
        autoheal: true
        adjustspawn: true
        portalform: ALL
        gamemode: SURVIVAL
        keepspawninmemory: true
        spawn:
          x: 0.0
          y: 61.0
          z: 0.0
          pitch: 0.0
          yaw: 0.0
          world: spawn_the_end
        autoload: true
        bedrespawn: true
    
    With only these 3 plugins, here is the log, and everything works okay except HeroChat

    When every plugin is on the server, HeroChat, and GroupManager, do not work. When it is just GroupManger, HeroChat, and Multiverse, only GroupManger, and Multiverse work! Weird!

    I need help locating, and fixing the problem....

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  2. Offline

    tyzoid

    Removing all of your plugins but GM and Multiverse, and add plugins back until the problem starts up again. Then you've located the problem.
     
Thread Status:
Not open for further replies.

Share This Page