Posts by R4M0S

    hi, very nice work but....


    i found this error in log:



    /mnt/scripts
    [Fatal Error] definition.xml:5:22: The entity name must immediately follow the '&' in the entity reference.
    org.xml.sax.SAXParseException; systemId: file:/mnt/scripts/AreaProtection/definition.xml; lineNumber: 5; columnNumber: 22; The entity name must immediately follow the '&' in the entity reference.
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:348)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
    at lua.ScriptDefinition.<init>(SourceFile:29)
    at lua.LuaScript.<init>(SourceFile:46)
    at lua.ScriptManager.loadScripts(SourceFile:35)
    at server.Main.c(SourceFile:454)
    at server.Main.initApplication(SourceFile:276)
    at commons.JIWApplication.initialize(SourceFile:92)
    at com.jme3.system.NullContext.initInThread(NullContext.java:86)
    at com.jme3.system.NullContext.run(NullContext.java:129)
    at java.lang.Thread.run(Thread.java:745)
    ERROR in definition.xml!! (Path: /mnt/scripts/AreaProtection/definition.xml)
    Scriptfile "null" does not exist

    hi folks, I changed the permissions and now does not recognize two groups , member and citizen,


    in the game when I try to change a player to the member or citizen group , give me the message Group 'member ' not found what the problem is , what am I doing wrong ?
    here are the permission:


    defauld.permission


    chatcolor:0xFFFFFF
    chatnamecolor: 0xFFFFFF
    chatprefix: (Guest)
    chatprefixcolor: 0xFFFFFF
    shownametag: true
    nametagcolor: 0xFFFFFF
    nametagprefix: (Guest)
    nametagprefixcolor: 0xFFFFFF
    commands:
    deny:
    - *
    general:
    fly: false
    pvp: false
    debuglight: false
    customimages:
    enabled: true
    maxupload: 10
    dimension: 512
    world:
    allow:
    - *
    blueprints:
    use: false
    create: false
    items:
    crafting:
    deny:
    - oredetector
    - blueprint


    citizen group


    group: citizen
    chatcolor:0x0000FF
    chatnamecolor: 0x0000FF
    chatprefix: (Citizen)
    chatprefixcolor: 0x0000FF
    shownametag: true
    nametagcolor: 0x0000FF
    nametagprefix: (Citizen)
    nametagprefixcolor: 0x0000FF
    commands:
    deny:
    - *
    customimages:
    enabled: true
    maxupload: 20
    dimension: 512
    general:
    fly: false
    pvp: false
    pve: true
    debuglight: false
    creative:
    deny:
    - *
    blueprints:
    use: false
    create: false


    member group


    group: member
    chatcolor:0x009900
    chatnamecolor: 0x009900
    chatprefix: (Member)
    chatprefixcolor: 0x009900
    shownametag: true
    nametagcolor: 0x009900
    nametagprefix: (Member)
    nametagprefixcolor: 0x009900
    commands:
    deny:
    - *
    customimages:
    enabled: true
    maxupload: 20
    dimension: 512
    general:
    fly: false
    pvp: false
    pve: true
    debuglight: false
    creative:
    deny:
    - *
    blueprints:
    use: false
    create: false


    and admin group


    group: admin
    chatnamecolor: 0xFF0000
    chatprefix: (Admin)
    chatprefixcolor: 0xFF0000
    shownametag: true
    showadmintag: true
    nametagcolor: 0xFF0000
    nametagprefix: (Admin)
    nametagprefixcolor: 0xFF0000


    commands:
    allow:
    - *
    deny:
    - makeadmin
    - revokeadmin
    - shutdown
    customimages:
    enabled: true
    maxupload: 100
    dimension: 512
    general:
    fly: true
    pvp: false
    pve: true
    creative:
    allow:
    - *
    blueprints:
    use: true
    create: true


    I have the default file permissions on the folder , and the remaining groups in the folder within the folder permissions




    in the game when I try to change a player to the member or citizen group , give me the message Group 'member ' not found what the problem is , what am I doing wrong ?