Permissions+MagicCarpet

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Permissions+MagicCarpet

#11 Příspěvekod LavorekCZ » 10 led 2012, 16:21

Máš tam chyby... zkus tam dát toto

Kód: Vybrat vše

groups:
    Default:
        default: true
        permissions:
        - '-magiccarpet.*'
        - creativegates.use
        - essentials.warp       
        - essentials.msg
        - essentials.tpa
        - essentials.tpaccept
        - essentials.back
        - essentials.afk
        - essentials.home
        - essentials.pay       
        - essentials.sethome     
        - essentials.spawn
        - essentials.rules
        - essentials.motd
        - essentials.list
        - essentials.helpop
        - essentials.help
        - 'modifyworld.*'
        prefix: ''
        options:
            build: true
            rank: '1000'
    Builder:
        permissions:
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.home
        - essentials.ignore
        - essentials.kit
        - essentials.kit.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.protect
        - essentials.sethome
        - '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.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        inheritance:
        - default
        prefix: ''
        options:
            build: true
            rank: '500'   
    Moderator:
        permissions:
        - 'magiccarpet.*'
        - essentials.give
        - residence.admin
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.broadcast
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.mute
        - essentials.nick.others
        - essentials.realname
        - essentials.setwarp
        - 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.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.weather
        - essentials.whois
        - essentials.world
        - permissions.user.promote.default
        - permissions.user.demote.default
        - permissions.manage.membership
        inheritance:
        - builder
        prefix: ''
        options:
            build: true
            rank: '200'
    vip:
        permissions:
        - essentials.setwarp
        - essentials.warp               
        - 'magiccarpet.*'
        - permissions.user.promote.default
        - permissions.user.demote.default
        - permissions.manage.membership
        inheritance:
        - builder
        prefix: ''
        options:
            build: true
            rank: '200'


    Admin:
        permissions:
        - creativegates.create
        - creativegates.use
        - -essentials.backup
        - -essentials.essentials
        - -essentials.setspawn
        - -essentials.reloadall
        - 'magiccarpet.*'
        - residence.admin
        - 'permissions.*'
        - 'essentials.*'
        - permissions.manage.users
        - permissions.manage.users.permissions
        - permissions.manage.users.permissions.timed
        inheritance:
        - moderator
        prefix: ''
        options:
            build: true
            rank: '100'
    Owner:
        permissions:
        - 'magiccarpet.*'
        - '*'
        - 'permissions.*'
        inheritance:
        - admin
        prefix: ''
        options:
            build: true
            rank: '0'
users:
    VoHe:
        group:
        - Moderator
    cvok_MGE:
        group:
        - Owner
    TheX159:
        group:
        - Owner
    _Bumbleblee:
        group:
        - Owner
    TheX159test:
        group:
        - vip
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

Majky83
Příspěvky: 15
Registrován: 24 pro 2011, 12:43
Reputation: 0

Re: Permissions+MagicCarpet

#12 Příspěvekod Majky83 » 10 led 2012, 16:24

Máte to špatně, má to být takto: - magiccarpet.*
jen s malým písmem.

Zbylé permissions

- magiccarpet.mc
- magiccarpet.ml
- magiccarpet.mcs
- magiccarpet.mr
- magiccarpet.tp
- magiccarpet.mc.3
- magiccarpet.mc.5
- magiccarpet.mc.7
- magiccarpet.mc.9

příkazy + vysvětlení EN
/mc - Gives a MagicCarpet with default size and material
/ml - Lights up the MagicCarpet using the default method and material
/mcs - Switches ability to go down while on the MagicCarpet
/mr - Reloads MagicCarpet
/mc STONE - if custom carpets are allowed, this will change your carpet to stone.
/ml JACK_O_LANTERN - if custom carpets are allowed, this will change your carpet light to a jack o lantern.

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Permissions+MagicCarpet

#13 Příspěvekod LavorekCZ » 10 led 2012, 19:51

Bingo :D Upravil jsem ten můj předchozí příspěvek, tak zkus ten config.
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

TheX
Příspěvky: 123
Registrován: 02 pro 2011, 19:17
Reputation: 0

Re: Permissions+MagicCarpet

#14 Příspěvekod TheX » 10 led 2012, 19:54

diky lidi
Pokud vám někdo pomohl, poděkujte mu Karmou.
Pojďte se kouknout na můj server: 93.91.250.106:27786

TheX
Příspěvky: 123
Registrován: 02 pro 2011, 19:17
Reputation: 0

Re: Permissions+MagicCarpet

#15 Příspěvekod TheX » 10 led 2012, 20:03

sory lavorek ale skopyroval sem tam to jak si poslal a nic furt mc muzou pouzivat nevim si rady
Pokud vám někdo pomohl, poděkujte mu Karmou.
Pojďte se kouknout na můj server: 93.91.250.106:27786

Majky83
Příspěvky: 15
Registrován: 24 pro 2011, 12:43
Reputation: 0

Re: Permissions+MagicCarpet

#16 Příspěvekod Majky83 » 10 led 2012, 21:21

Já to mám v konfigu takto a funguje to bez problémů, vymaž ' '

vip:
permissions:
- essentials.setwarp
- essentials.warp
- magiccarpet.*
- permissions.user.promote.default
- permissions.user.demote.default
- permissions.manage.membership
inheritance:
- builder
prefix: ''
options:
build: true
rank: '200'

TheX
Příspěvky: 123
Registrován: 02 pro 2011, 19:17
Reputation: 0

Re: Permissions+MagicCarpet

#17 Příspěvekod TheX » 10 led 2012, 21:26

Kód: Vybrat vše

- - magiccarpet.*                          dal sem tam tuto s stejne to nejde omg
Pokud vám někdo pomohl, poděkujte mu Karmou.
Pojďte se kouknout na můj server: 93.91.250.106:27786

TheX
Příspěvky: 123
Registrován: 02 pro 2011, 19:17
Reputation: 0

Re: Permissions+MagicCarpet

#18 Příspěvekod TheX » 10 led 2012, 21:41

newim si rady poradite nekdo v cem mam chybu diky za opoved
Pokud vám někdo pomohl, poděkujte mu Karmou.
Pojďte se kouknout na můj server: 93.91.250.106:27786

Majky83
Příspěvky: 15
Registrován: 24 pro 2011, 12:43
Reputation: 0

Re: Permissions+MagicCarpet

#19 Příspěvekod Majky83 » 10 led 2012, 21:47

Takže jaké používáš Permissions ? Já mám PermissionsEX

MagicCarpet Konfig:

Kód: Vybrat vše

# Be sure to use /mr if you change any settings here while the server is running.
crouch-descent: true
center-light: false
default-size: 3
carpet: 20
carpet-light: 89
max-size: 9
teleport-block: false
allow-custom: true
allow-water-light: false
allow-custom-light: false


Permissions Konfig:

Kód: Vybrat vše

groups:
    default:
        prefix: '&0[&8P&7layer&0]&7 '
        default: false
        options:
            rank: '1000'
        permissions:
        - modifyworld.chat
        - authme.register
        - authme.login
        - authme.logout
        - authme.changepassword
        - authme.unregister
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - buttonwarp.use
        - warpplugin.warp
        - econplugin.basic.*
        - lwc.protect
        - essentials.afk
        - essentials.warp
        - essentials.warp.list
        - essentials.delhome
        - essentials.sethome
        - essentials.home
        - essentials.spawn
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.top
        - essentials.clearinventory
        - essentials.suicide
        - essentials.msg
        - essentials.back
        - essentials.mail
        - essentials.list
        - essentials.info
        - essentials.help
        - essentials.eco
        - essentials.balance
        - essentials.sell
        - essentials.pay
        - essentials.time
        - essentials.day
        - essentials.chat.color
        - essentials.chat.question
        - essentials.chat.shout
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.free
        - essentials.signs.use.heal
        - essentials.signs.use.mail
        - essentials.signs.use.protection
        - essentials.signs.use.trade
        - essentials.signs.use.warp
        - essentials.signs.use.sell
        - essentials.jails
        - essentials.clearinventory
        - iConomy.access
        - iConomy.rank
        - iConomy.payment
        - iConomy.bank.withdraw 
        - iConomy.bank.access   
        - iConomy.bank.deposit
        - iConomy.bank.join
        - iConomy.bank.join.multiple
        - iConomy.bank.leave 
        - iConomy.bank.list 
        - iConomy.bank.main 
        - iConomy.bank.main.change
        - iConomy.bank.main.set
        - iConomy.bank.main.view
        - iConomy.bank.transfer
        - iConomy.bank.transfer.multiple 
        - iConomy.list
        - TreeAssist.AutoRemove
        - TreeAssist.Replant
        - signlift.use.normal
    Hrac:
        prefix: '&3[&3Hrac&3]&7 '
        default: true
        permissions:
        - modifyworld.*
        inheritance:
        - default
        options:
            rank: '900'
    VIP:
        prefix: '&e[&eVIP&e]&7 '
        permissions:
        - -modifyworld.mobtarget.monster.creeper
        - modifyworld.*
        - VIP.VIP
        - signlift.*
        - ChestShop.shop.create
        - magiccarpet.*
        - pss.create
        - pss.afk
        - essentials.jail
        - essentials.mute
        - essentials.tp
        inheritance:
        - default
        options:
            rank: '800'
    Moderator:
        prefix: '&l[&1Moderator&l]&7 '
        permissions:
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - essentials.tp
        - signlift.*
        - ChestShop.shop.create
        - magiccarpet.*
        - essentials.gamemode
        - essentials.jail
        - essentials.mute
        inheritance:
        - default
        options:
            rank: '100'
    Admin:
        prefix: '&4[&4Admin&4]&4 '
        permissions:
        - -modifyworld.mobtarget.*
        - '*'
        options:
            rank: '0'
    Owner:
        prefix: '&2[&2Owner&2]&2 '
        permissions:
        - -modifyworld.mobtarget.*
        - '*'
        options:
            rank: '0'

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Permissions+MagicCarpet

#20 Příspěvekod LavorekCZ » 10 led 2012, 21:51

Ta druhá pomlčka znamená FALSE ! Musí se "dotýkat" toho permissions nodu.

Kód: Vybrat vše

- -magiccarpet.*   
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 38 hostů