MrLoick / team-eso

Automatically exported from code.google.com/p/team-eso
0 stars 0 forks source link

Commands are not working. #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
***If you do not attach your Zones.txt, EpicZones config.yml, your
Permissions config.yml and the startup log of your server, Your issue will
not be accepted.***

What steps will reproduce the problem?
1. doing any zone creating command
2.
3.

What is the expected output? What do you see instead?
no stick came out

What version of the EpicZones are you using?

v 0.19.1
What version of craftbukkit are you using?
Not sure, downloaded it a few days ago.

What version of Permissions are you using?
Newest one (5.5?)

What other plugins are you running?
A bunch:
iConomy
Permissions
iChat
Heroic Death
flyridge fly
moar

Please provide any additional information below.

Sorry but it won't allow me to attach a file so here it is:

PERMISSIONS:

# 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: '[n00b]'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - 'MyHome'
    Moderator:
        default: false
        info:
            prefix: '&5[&5M&5&bO&b&3D&3]&f'
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - 'bar.foo'
    Admins:
        default: false
        info:
            prefix: '&5[&5l&5&43&4&2t&2&1h&1&04&0&6l&6]&f' 
            suffix: ''
            build: true
        inheritance:
        permissions:
             - '*'
    Jew:
        default: false
        info:
            prefix: '&5[&2J&2&73&7&6W&6 &0R&0 &ac&a&d0&d&d0&d&bl&b]&f' 
            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:
    smashinsam:
        group: Admins
        permissions: 
            antigrief.zone.create
            antigrief.reload
    wholeychris:
        group: Admins
        info:
            prefix: 'Moo'
            suffix: 'Cow'
        permissions:
            - 'herp.derp'
    stavx1:
        group: Admins
        permissions:
            - '-derp.derp'
    Mrmonkeytaco67:
        group: Moderator
        permissions:
            - 'herp.derp'
    chase321boom:
        group: Moderator
        permissions:
            - 'herp.derp'
    Jew_coupon:
        group: Jew
        permissions:
            - '-derp.derp'

EPIC ZONES CONFIG:

defaultEnter: true
defaultDestroy: true
defaultBuild: true
mapRadius: WG:1000
enableRadius: true
zoneTool: 280
enableHeroChat: false
'#The default flags are used when no zone can be found for a given event.': ''
'#Defaults are NOT applied to zones on creation.': ''
defaultPVP: true
'#The map radius is set as a block radius from 0,0 of your world.': ''
'#zoneTool is the tool used to draw zones with.': ''
'#Defines what permissions system you use, valid values are Permissions or 
GroupManager.': ''
permissionSystem: Permissions
'#Enables or disables HeroChat integration.': ''

ZONES.TXT:

#Zone Tag|World|Zone|Flags|Entering message|leaving message|Floor|Ceiling|Child 
Zones|PointList
test1|world1|Test Zone 1|pvp:false |Entering Test Zone 1...|Leaving Test Zone 
1...|0|128|test2 |-20:20 20:20 20:-20 -20:-20
test2|world1|Test Zone 2|pvp:false regen:100:1 |Entering Test Zone 2...|Leaving 
Test Zone 2...|0|128||-10:10 10:10 10:-10 -10:-10

Ok so when I do /zone create SPAWN it says I'm in draw mode, but my stick 
doesn't come out and it does not allow me to use points. What do I do?

Original issue reported on code.google.com by sbadeaue...@gmail.com on 8 Apr 2011 at 10:58

GoogleCodeExporter commented 8 years ago
EZ does not automatically give you a stick. You need to have a stick of your 
own.

Original comment by jbla...@gmail.com on 12 Apr 2011 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by jbla...@gmail.com on 18 Apr 2011 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by jbla...@gmail.com on 27 Apr 2011 at 3:13