I am having a problem with hero chat right now it is my first time downloading and using it but it just dosent seem to be working i am able to talk in global and others but i dont think its reaching my permissions even tho it says permissions enabled. i have a prefix set up for admins that says Admin but that wont even go on and i can connect to staff either even tho the permissions node for admins in in admins PLEASE HELP My server cspy.no-ip.org Code: # System is no longer used, but may become used in the future # Copies is for multiple-world support # Put the name of the world you wish for it to be a clone of, otherwise leave it empty. # If this file is for your default world (the one in server.properties) then you must # leave copies blank. # Example: copies: Derp - This will clone the permissions of the world Derp # # Make sure to rename this file to the name of the world that is in sever.properties under # level-name. So if it is level-name: world then this should be world.yml and in the # plugins/Permissions directory (ie. plugins/Permissions/world.yml) # # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid # doing this is to use Notepad++ and replace the tab with 4 spaces. plugin: permissions: system: default copies: ## # AntiBuild is included with this. To disable a group from being able to build then # set the build: flag to false (build: false). If you want a group to be able to build # then set it to true. ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" like so: # # Example: # inheritance: # - Default ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'foo.bar' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'foo.*' # # This will allow you to use all general commands. # ## # Single Asterisk denotes all commands: # # - '*' # If you give a group this permissions, do not have the group inherit any permissions # from other groups. Any users assigned to this group should NOT be given any additional # permissions either. ## # To exempt a node use the - prefix like so: # - '-foo.bar' ## # prefix: and suffix: do not do anything on their own. You need another outside plugin # such as iChat or HeroChat in order for these to do anything. groups: Default: default: true info: prefix: '' suffix: '' build: true inheritance: permissions: - 'simpleshop.buy' - 'simpleshop.buy.gift' - 'simpleshop.sell' - 'SpawnX.spawn' - 'citizens.use.Traders' - 'craftbook.mech.elevator.use' - 'chaircraft.sit' - 'iConomy.access' - 'iConomy.payment' - 'mywarp.warp.basic.*' - 'iConomyDeath.use' - 'myhome.home.basic.*' - 'myhome.home.soc.*' Modorator: default: false info: prefix: 'Mod' suffix: '' build: true inheritance: - Default permissions: - 'magiccarpet.mc' - 'magiccarpet.ml' Admin: default: false info: prefix: 'Admin' suffix: '' build: true inheritance: permissions: - '*' - 'tpp.admin' - 'cleaner.*' - 'BlueTelePads.Create' - 'lc.admin' - 'antihack.canfly' - 'iConomyDeath.*' - 'herochat.admin' ## # Users denote which users are included in which group. # TheNo1Yeti is in the Admin group # Herpina is a member of the Moderator group but also has access # to the herp.derp permissions # Derpina is a member of the admin group but does not have access # to the derp.derp permission node # Users can also have a prefix and suffix as seen with Herpina ## users: Cspy0: group: Admin permissions: - 'SpawnX.*' - 'spawnmob.mspawn.allmobs' - 'allsay.use' - 'prefixer.self' - 'prefixer.other' - 'antihack.canfly' - 'citizens.admin' - 'myhome.admin' GregxMcMuffin: group: Admin permissions: - 'antihack.canfly' lBlueBell: group: Admin permissions: - 'antihack.canfly' Code: globals: separate-chat-log: false incoming-tell-format: '&8From {player}: &d' censors: - \bu+\W*m+a+d+(\W*br(a|o)+)? - some_other_word;replacement plugin-tag: '§e[HeroChat] ' craftIRC-prefix: '#' outgoing-tell-format: '&8To {receiver}: &d' default-channel: Global default-message-format: '{color}[{nick}] &f{prefix}{player}{suffix}{color}: ' craftIRC-message-format: '[{nick}] {player}: ' channels: Staff: color: LIGHT_GREEN nickname: staff permissions: speak: [] join: - admins - mods message-format: '{default}' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: true shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: true forced: false Local: local-distance: 100 color: YELLOW nickname: l permissions: speak: [] join: [] message-format: '&f{prefix}{player}{suffix}{color}: ' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: true cross-world-chat: true join-messages: false forced: false AlertSystem: color: ROSE nickname: alert permissions: speak: - admins - mods join: [] message-format: '&4[ALERT]{color}: ' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: false forced: true HelpMe: color: LIGHT_BLUE nickname: h permissions: speak: [] join: [] message-format: '{default}' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: false forced: false Global: color: GREEN nickname: g permissions: speak: [] join: [] message-format: '{default}' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: false forced: false
You can't join the staff channel because your in the groups 'Admin'. In Herochat you have set the group that can join to 'admin' change it to 'Admin' and it will work. Also if you have the '*' permission there is no point adding anymore permissions because the '*' gives you them anyway. If you don't want some of your admins to have commands you need to give them the permission you don't want them to have and put a - infront of it. At the moment your other admins can do everything you can.
thank you very much you helped a lot ok i lied it didnt help its still not working this is what i changed please help Code: # System is no longer used, but may become used in the future # Copies is for multiple-world support # Put the name of the world you wish for it to be a clone of, otherwise leave it empty. # If this file is for your default world (the one in server.properties) then you must # leave copies blank. # Example: copies: Derp - This will clone the permissions of the world Derp # # Make sure to rename this file to the name of the world that is in sever.properties under # level-name. So if it is level-name: world then this should be world.yml and in the # plugins/Permissions directory (ie. plugins/Permissions/world.yml) # # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid # doing this is to use Notepad++ and replace the tab with 4 spaces. plugin: permissions: system: default copies: ## # AntiBuild is included with this. To disable a group from being able to build then # set the build: flag to false (build: false). If you want a group to be able to build # then set it to true. ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" like so: # # Example: # inheritance: # - Default ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'foo.bar' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'foo.*' # # This will allow you to use all general commands. # ## # Single Asterisk denotes all commands: # # - '*' # If you give a group this permissions, do not have the group inherit any permissions # from other groups. Any users assigned to this group should NOT be given any additional # permissions either. ## # To exempt a node use the - prefix like so: # - '-foo.bar' ## # prefix: and suffix: do not do anything on their own. You need another outside plugin # such as iChat or HeroChat in order for these to do anything. groups: Default: default: true info: prefix: '' suffix: '' build: true inheritance: permissions: - 'simpleshop.buy' - 'simpleshop.buy.gift' - 'simpleshop.sell' - 'SpawnX.spawn' - 'citizens.use.Traders' - 'craftbook.mech.elevator.use' - 'chaircraft.sit' - 'iConomy.access' - 'iConomy.payment' - 'mywarp.warp.basic.*' - 'iConomyDeath.use' - 'myhome.home.basic.*' - 'myhome.home.soc.*' Modorator: default: false info: prefix: 'Mod' suffix: '' build: true inheritance: - Default permissions: - 'magiccarpet.mc' - 'magiccarpet.ml' Admin: default: false info: prefix: '' suffix: '' build: true inheritance: permissions: - '*' - 'tpp.admin' - 'cleaner.*' - 'BlueTelePads.Create' - 'lc.admin' - 'antihack.canfly' - 'iConomyDeath.*' - 'herochat.admin' ## # Users denote which users are included in which group. # TheNo1Yeti is in the Admin group # Herpina is a member of the Moderator group but also has access # to the herp.derp permissions # Derpina is a member of the admin group but does not have access # to the derp.derp permission node # Users can also have a prefix and suffix as seen with Herpina ## users: Cspy0: group: Admin permissions: - 'SpawnX.*' - 'spawnmob.mspawn.allmobs' - 'allsay.use' - 'prefixer.self' - 'prefixer.other' - 'antihack.canfly' - 'citizens.admin' - 'myhome.admin' GregxMcMuffin: group: Admin permissions: - 'antihack.canfly' lBlueBell: group: Admin permissions: - 'antihack.canfly' and Code: globals: separate-chat-log: false incoming-tell-format: '&8From {player}: &d' censors: - \bu+\W*m+a+d+(\W*br(a|o)+)? - some_other_word;replacement plugin-tag: '§e[HeroChat] ' craftIRC-prefix: '#' outgoing-tell-format: '&8To {receiver}: &d' default-channel: Global default-message-format: '{color}[{nick}] &f{prefix}{player}{suffix}{color}: ' craftIRC-message-format: '[{nick}] {player}: ' channels: Staff: color: LIGHT_GREEN nickname: staff permissions: speak: [] join: - Admin - Mods message-format: '{default}' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: true shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: true forced: false Local: local-distance: 100 color: YELLOW nickname: l permissions: speak: [] join: [] message-format: '&f{prefix}{player}{suffix}{color}: ' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: true cross-world-chat: true join-messages: false forced: false AlertSystem: color: ROSE nickname: alert permissions: speak: - Admin - Mods join: [] message-format: '&4[ALERT]{color}: ' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: false forced: true HelpMe: color: LIGHT_BLUE nickname: h permissions: speak: [] join: [] message-format: '{default}' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: false forced: false Global: color: GREEN nickname: g permissions: speak: [] join: [] message-format: '{default}' craftIRC: game-to-IRC: [] IRC-to-game: [] worlds: [] password: '' lists: bans: [] moderators: [] options: hidden: false shortcut-allowed: true auto-join: true local: false cross-world-chat: true join-messages: false forced: false EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Code: Code: # System is no longer used, but may become used in the future # Copies is for multiple-world support # Put the name of the world you wish for it to be a clone of, otherwise leave it empty. # If this file is for your default world (the one in server.properties) then you must # leave copies blank. # Example: copies: Derp - This will clone the permissions of the world Derp # # Make sure to rename this file to the name of the world that is in sever.properties under # level-name. So if it is level-name: world then this should be world.yml and in the # plugins/Permissions directory (ie. plugins/Permissions/world.yml) # # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid # doing this is to use Notepad++ and replace the tab with 4 spaces. plugin: permissions: system: default copies: ## # AntiBuild is included with this. To disable a group from being able to build then # set the build: flag to false (build: false). If you want a group to be able to build # then set it to true. ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" like so: # # Example: # inheritance: # - Default ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'foo.bar' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'foo.*' # # This will allow you to use all general commands. # ## # Single Asterisk denotes all commands: # # - '*' # If you give a group this permissions, do not have the group inherit any permissions # from other groups. Any users assigned to this group should NOT be given any additional # permissions either. ## # To exempt a node use the - prefix like so: # - '-foo.bar' ## # prefix: and suffix: do not do anything on their own. You need another outside plugin # such as iChat or HeroChat in order for these to do anything. groups: Default: default: true info: prefix: '' suffix: '' build: true inheritance: permissions: - 'simpleshop.buy' - 'simpleshop.buy.gift' - 'simpleshop.sell' - 'SpawnX.spawn' - 'citizens.use.Traders' - 'craftbook.mech.elevator.use' - 'chaircraft.sit' - 'iConomy.access' - 'iConomy.payment' - 'mywarp.warp.basic.*' - 'iConomyDeath.use' - 'myhome.home.basic.*' - 'myhome.home.soc.*' Modorator: default: false info: prefix: 'Mod' suffix: '' build: true inheritance: - Default permissions: - 'magiccarpet.mc' - 'magiccarpet.ml' Admin: default: false info: prefix: '' suffix: '' build: true inheritance: permissions: - '*' ## # Users denote which users are included in which group. # TheNo1Yeti is in the Admin group # Herpina is a member of the Moderator group but also has access # to the herp.derp permissions # Derpina is a member of the admin group but does not have access # to the derp.derp permission node # Users can also have a prefix and suffix as seen with Herpina ## users: Cspy0: group: Admin permissions: GregxMcMuffin: group: Admin permissions: lBlueBell: group: Admin permissions: Like I said before... their is no point in adding other permissions to your admin group if they have the * permission. The * means everything
ok i put it like that amd it still dosent work bump!! EDIT by Moderator: merged posts, please use the edit button instead of double posting.