Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите с Iconomy 6

Тема в разделе "[Архив] Помощь", создана пользователем Gaara97, 22 сен 2011.

  1. Автор темы
    Gaara97

    Gaara97 Активный участник

    Баллы:
    61
    Помогите пожалуйста я поставил на сервер Iconomy 6 прописал его в пермишнсе но всё равно все кроме админов не могут посмотреть свои деньги им пишет: Bukkit sad.Bukkit want you to access command, but bukkit cannot let you. Bukkit will leak tears :,( помогите пожалуйста в пермишнсе есть пункт - iConomy.payment

    мой пермишнс

    Код:
    # PermissionsBukkit configuration file
    #
    # A permission node is a string like 'permissions.build', usually starting
    # with the name of the plugin. Refer to a plugin's documentation for what
    # permissions it cares about. Each node should be followed by true to grant
    # that permission or false to revoke it, as in 'permissions.build: true'.
    # Some plugins provide permission nodes that map to a group of permissions -
    # for example, PermissionsBukkit has 'permissions.*', which automatically
    # grants all admin permissions. You can also specify false for permissions
    # of this type.
    #
    # Users inherit permissions from the groups they are a part of. If a user is
    # not specified here, or does not have a 'groups' node, they will be in the
    # group 'default'. Permissions for individual users may also be specified by
    # using a 'permissions' node with a list of permission nodes, which will
    # override their group permissions. World permissions may be assigned to
    # users with a 'worlds:' entry.
    #
    # Groups can be assigned to players and all their permissions will also be
    # assigned to those players. Groups can also inherit permissions from other
    # groups. Like user permissions, groups may override the permissions of their
    # parent group(s). Unlike users, groups do NOT automatically inherit from
    # default. World permissions may be assigned to groups with a 'worlds:' entry.
    #
    # The cannot-build message is configurable. If it is left blank, no message
    # will be displayed to the player if PermissionsBukkit prevents them from
    # building, digging, or interacting with a block. Use '&' characters to
    # signify color codes.
    
    users:
        Gaara97:
            group:
            - Admins
            permissions: null
        Apollon116:
            group:
            - Friends
            permissions: null
        FreeStan:
            group:
            - Friends
            permissions: null
    groups:
        default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
            - shop.create.player
            - jobs.join.*
            - jobs.world.*
            - iConomy.holdings
            - iConomy.payment
            - commandbook.who
            - commandbook.kit.*
            - commandbook.spawn
            - commandbook.home.teleport
            - commandbook.home.set
            - commandbook.msg
            - falsebook.blocks.readbooks
            - falsebook.blocks.bridge
            - falsebook.blocks.gate
            - falsebook.blocks.door
            - falsebook.cart.*
            - lwc.protect
            - movecraft.aircraft.*
            - movecraft.ufo.*
            - worldguard.region.claim
            - worldguard.region.select
            - shop.create.player
            - worldedit.selection.hpos
            - worldedit.selection.pos
            - worldguard.region.remove.*
            - worldguard.region.info.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.remove.own .*
            - worldguard.region.list
            - worldguard.region.info.own.*
            - worldedit.selection.expand
        Friends:
            default: false
            info:
                prefix: ''
                suffix: ''
            inheritance:
            - deafult
            permissions:
            - jobs.join.*
            - jobs.world.*
            - iConomy.holdings
            - iConomy.payment
            - shop.create.player
            - commandbook.*
            - falsebook.blocks.*
            - lwc.mod
            - movecraft.*
            - worldguard.*
            - shop.create.*
            - mobdisguise.*
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
            inheritance:
            - Friends
            permissions:
            - '*'
    messages:
        build: '&cYou do not have permission to build here.'
    
     
  2. Хостинг MineCraft
    <
  3. Dem1an

    Dem1an Активный участник

    Баллы:
    63
    - iConomy.access - попробуй добавь это ещё
     
  4. cubespace

    cubespace Старожил Пользователь

    Баллы:
    103
    как iConomy подключить к главной базе сервера ?
    в конфигах прописал везде название базы "minecraft"

    а он говорит при запуске, что ошибка он не может подключиться к базе "iConomy"
    Создал я отдельно базу "iConomy", и тогда он заработал!

    А как настроить на работу с одной главной базой ?
     
    ВремяПриключений нравится это.
  5. Dem1an

    Dem1an Активный участник

    Баллы:
    63
    Database:
    Type: 'MySQL'
    Settings:
    Name: 'minecraft' - Имя базы
    Table: 'iConomy' - Название таблицы в базе
    MySQL:
    Username: 'логин' - Логин (если есть, по умолчанию root)
    Password: 'пароль' - Пароль
    Hostname: 'localhost' - Где находиться у тебя MySQL
    Port: 3306 - По какому порту
     
  6. cubespace

    cubespace Старожил Пользователь

    Баллы:
    103
    а там нет такой строчки куда писать название базы
    Name: 'minecraft' - Имя базы
     
  7. yakee

    yakee Активный участник Пользователь

    Баллы:
    88
    а на какую базу поменять?
     
  8. cubespace

    cubespace Старожил Пользователь

    Баллы:
    103
    разобрался, в версии 5 было: Name: 'minecraft' - Имя базы
    в 6 версии это теперь : http://localhost:3306/minecraft "minecraft" название вашей базы
     
  9. yakee

    yakee Активный участник Пользователь

    Баллы:
    88
    в адресе указать нужно так? # [MySQL Default] mysql://C:\MySQL Datafiles/iConomy
    # [Postgre Default] postgresql://C:\MySQL Datafiles/iConomy
    URL: 'mysql://C:\MySQL Datafiles/iConomy'
     
    ПриветОтМиднайта и RVXman нравится это.
  10. FenStan

    FenStan Активный участник

    Баллы:
    78

Поделиться этой страницей