Skocz do zawartości
Minecraft.pl Server Banner

Slave

Początkujący
  • Liczba zawartości

    5
  • Rejestracja

  • Ostatnia wizyta

Reputacja

0 Neutralna

1 obserwujący

O Slave

  • Tytuł
    Nieznany

Ostatnie wizyty

Blok z ostatnimi odwiedzającymi dany profil jest wyłączony i nie jest wyświetlany użytkownikom.

  1. Slave

    Komendy nie chcą działać!

    Wiec zrobiłem na nowo bukitta i wszystko z komendami okej. Mam kolejny problem. Napisze w nastepnym temacie. Z tym róbcie co chcecie ;D Dziękuje wszystkim za pomoc ;D
  2. Slave

    Komendy nie chcą działać!

    # 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: Guest: default: true info: prefix: '&e' suffix: '&f' build: false inheritance: permissions: - 'ichat.color' - 'lwc.deny' Player: default: false info: prefix: '&b' suffix: '&f' build: true inheritance: permissions: - 'ichat.color' - 'lwc.create.*' - 'lwc.info' - 'lwc.remove' - 'lwc.unlock' - 'lwc.modify' - 'lwc.flag.*' - 'essentials.ptime' - 'essentials.balance' - 'essentials.balancetop' - 'essentials.pay' - 'essentials.sell' - 'essentials.worth' - 'essentials.getpos' - 'essentials.depth' - 'essentials.help' - 'essentials.help.<pluginname>' - 'essentials.helpop' - 'essentials.helpop.receive' - 'essentials.info' - 'essentials.list' - 'essentials.mail' - 'essentials.mail.send' - 'essentials.me' - 'essentials.motd' - 'essentials.msg' - 'essentials.nick' - 'essentials.realname' - 'essentials.rules' - 'essentials.whois' - 'essentials.home' - 'essentials.sethome' - 'essentials.sethome.multiple' - 'essentials.sethome.multiple.unlimited' Moderator: default: false info: prefix: '&2' suffix: '&f' build: true inheritance: Player, permissions: - 'ichat.color' - 'lwc.mod' - 'jail.usercmd.jailstatus' - 'jail.usercmd.jailpay' - 'essentials.ptime.others' - 'essentials.helpop.receive' - 'essentials.balance.others' - 'essentials.list.hidden' - 'essentials.nick.others' - 'essentials.powertool' - 'essentials.seen' - 'essentials.antioch' - 'essentials.ban' - 'essentials.ban.exempt' - 'essentials.ban.notify' - 'essentials.ban.offline' - 'essentials.banip' - 'essentials.broadcast' - 'essentials.essentials' - 'essentials.ext' - 'essentials.gc' - 'essentials.invsee' - 'essentials.kick' - 'essentials.kick.exempt' - 'essentials.kick.notify' - 'essentials.lightning' - 'essentials.mute' - 'essentials.mute.exempt' - 'essentials.nuke' - 'essentials.ping' - 'essentials.reloadall' - 'essentials.socialspy' - 'essentials.tempban' - 'essentials.tempban.exempt' - 'essentials.tempban.offline' - 'essentials.thunder' - 'essentials.unban' - 'essentials.unbanip' - 'essentials.weather' - 'essentials.back' - 'essentials.back.ondeath' - 'essentials.delhome' - 'essentials.delwarp' - 'essentials.home' - 'essentials.home.others' - 'essentials.jump' - 'essentials.sethome' - 'essentials.setwarp' - 'essentials.top' - 'essentials.tp' - 'essentials.tpa' - 'essentials.tpaall' - 'essentials.tpaccept' - 'essentials.tpahere' - 'essentials.tpdeny' - 'essentials.tphere' - 'essentials.tpo' - 'essentials.tpohere' - 'essentials.tppos' - 'essentials.teleport.cooldown.bypass' - 'essentials.teleport.hidden' - 'essentials.teleport.timer.bypass' - 'essentials.tptoggle' - 'essentials.warp' - 'essentials.warp.<warpname>' - 'essentials.warp.list' - 'essentials.portal' - 'essentials.world' Vip: default: false info: prefix: '&0' suffix: '&f' build: true inheritance: Moderator, permissions: - 'ichat.color' - 'essentials.give' - 'essentials.give.item-<itemid>' - 'essentials.give.item-<itemname>' - 'essentials.god' - 'essentials.god.others' - 'essentials.heal' - 'essentials.item' - 'essentials.itemspawn.item-<itemid>' - 'essentials.itemspawn.item-<itemname>' - 'essentials.repair' - 'essentials.time' - 'essentials.time.set' - 'essentials.spawner' - 'essentials.suicide' - 'essentials.spawnmob' - 'essentials.tree' - 'essentials.bigtree' Admins: default: false info: prefix: '&4' suffix: '&f' 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: Bercik: group: Admins permissions: Slave: group: Admins info: prefix: '&a' suffix: '&f' permissions: Malwa: group: Vip permissions: SzymonQ: group: Moderator permissions: DeGreZet: group: Player permissions: Bilionek: group: Moderator permissions: lechita: group: Player permissions: Mateusz: group: Admins info: prefix: '&a' suffix: '&f' permissions: Kempior: group: Player permissions: hmmm co dalej? xD
  3. Slave

    Komendy nie chcą działać!

    plugins/perminissions/world Slave: group: Admins info: prefix: '&a' suffix: '&f' permissions: Jestem
  4. Slave

    Komendy nie chcą działać!

    http://imageshack.us/photo/my-images/215/pluginy.jpg/ to moje pluginy. To co radzicie robić? Krok po kroku
  5. Witam. Mam problem z którym borykam się już drugi dzień. Posiadam serwer bukkit. Problem w tym że nie działają komendy. Nie wszystkie ponieważ np. help działa. Zainstalowalem command book który przywrócił mi korzystanie z niektórych komend. Nie działa mi jednak nadal /give i /item na którym mi zależy najbardziej. Jak wpisuje te komendy w grze nie ma reakcji natomiast na konsoli cmd (na której odpalam serwer) jest. />http://imageshack.us/photo/my-images/87/problemgh.jpg/ Zaznaczam że mam admina bo działają mi inne komendy z command booka. Dodałem swój nick do ops.txt i korzystalem z komendy /op nick ale nic nie pomogło. Proszę o pomoc!!!
×
×
  • Dodaj nową pozycję...