SlotGroups

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
fantomas2
Příspěvky: 1800
Registrován: 19 zář 2012, 17:54
Reputation: 0
Bydliště: Kanál
Kontaktovat uživatele:

SlotGroups

#1 Příspěvekod fantomas2 » 01 pro 2012, 15:11

93.91.250.108:37116
Ahoj chcem aby v pluginu SlotGroups bolo nastavene aby VIP hraci ked sa pripoja na full tak to niekoho kickne

Kód: Vybrat vše

#
# SlotGroups config file.
# v0.2.9
#
# This is where you define the slot groups.
# If you do not define any slot groups, the plugin will disable itself.
# The first one listed will be used as the default group, all users without any
#   slot group permissions will be put in this group.
# The list is checked from the bottom up, and will return the lowest slot on the
#   list a user has access to.
#
# Syntax:
# slots:
#   default:
#     displayname: Default
#     size: 25
#     message: 'The server is full.'
#     children: []
#     (login: true)
#     (override: false)
#     (permission: rookies)
#
# Directives in parenthesis are optional.
#
# The node name (default in the above example) is used to create the
#   permission node.  All permissions nodes for SlotGroups are
#   lower case, regardless of the case here.
#   A given slot group's permission node will be in the format:
#   slotgroups.group.<node name>
#   In the example group above, the permission node would be:
#   slotgroups.group.default
#
# Displayname is the display name used for the slot group in messages, etc.
#
# Size is the number of slots in the group.
#
# Message is the kick message used when this group is full.
#
# Children is a list of groups that this group inherits from. Inheritence is
#   recursive, so don't add children that are already inherited by other children.
#
# Login determines if this group can login or not.  True is default and means
#   that slot group is allowing logins.  False will deny all users in that group
#   the ability to login.
#
# Override allows this user group to join even if the server is in lockdown mode.
#   For normal users, this defaults to false.  For users who have access to the
#   lockdown commands, this defaults to true.  You probably don't need to change this.
#
# Permission is an optional directive that directly determines the name of the
#   permission node for this slot group.  This is only necessary for advanced
#   setups.  This will always override the permission node created by the node
#   name.
#   All permissions nodes for SlotGroups are always lower case, regardless of the
#   case here.
#   Nodes are in the format:
#   slotgroup.groups.<name>
#   In the examaple above, the permission node would be:
#   slotgroup.group.rookies
#
# Below are the values I use on my server.

slots:
  default:
    name: Default
    size: 10
    message: Slot group full! Visit our website for information on becoming a member for higher slot priority!
    children: []
  members:
    name: Members
    size: 20
    message: This server has no available slots!
    children:
    - Default
  special:
    name: Special
    size: 10
    message: I'm sorry, but all available slots are occupied!
    children:
    - Members
  moderators:
    name: Moderators
    size: 10
    message: No moderator slots available.  Please contact an admin to remedy this.
    override: true
    children:
    - Special
  admins:
    name: Admins
    size: 5
    message: This server is well and truly full somehow.
    override: true
    children:
    - Moderators
Tvorba web stránok zdarma pro velké herné portály, ozvi se SZ.

Zpět na „Minecraft, Tekkit“

Kdo je online

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