[MECH/RPG] CraftGroup v0.3.1 - Prevent crafting of specific items and blocks [1000]

Discussion in 'Inactive/Unsupported Plugins' started by FrozenBrain, Jul 10, 2011.

  1. Offline

    FrozenBrain

    CraftGroup - Prevent crafting of specific items and blocks
    Version: v0.3.1
    CraftBukkit Build: 1000

    CraftGroup lets you assign so-called CraftGroups to the players of your server via Permissions. Those CraftGroups can be used to prevent crafting, smelting, using, placing or breaking of specific items and blocks. This is propably most useful for RPG servers.

    How to use:
    Show Spoiler

    Download the plugin and drop it in your plugins folder. After the first run, BukkitContrib will be downloaded (if it's not installed already) and a file called "config.yml" will be created inside the plugins/CraftGroup directory.

    You can now create new CraftGroups by simply adding a new node to this file.

    Example:
    Code:
    version: 13
    
    global-blacklist:
        break:
    # Don't break TNT
        - -TNT
        craft:
    # Don't craft orange wool
        - -WOOL:1
        use:
    # Don't use golden apples
        - -GOLDEN_APPLE
        place:
    Blaster:
        break:
        craft:
    # Even though the global-blacklist prevents everyone from crafting TNT,
    # we can whitelist it here again.
        - TNT
        use:
        place:
    Note: The 'use' rules are quite buggy. That's not my fault, CraftBukkit fails at this point. Maybe I'll find a workaround soon.

    As you can see, you can use either the name or the id of the item or block. If you want to prevent someone from crafting, placing, breaking or using something, put a "-" in front of the item (this blacklists the item). You can also whitelist an item by not putting a "-" there. This overwrites the blacklist rules.

    After setting up the CraftGroups, open up your Permissions configuration files and assign the CraftGroups to your groups or players by giving them the
    Code:
    craftgroup.group.GROUPNAME
    permission (replace GROUPNAME with the actual name of the CraftGroup).

    Remember that the CraftGroups and the "craftgroup.group.GROUPNAME" permission are case-sensitive!

    Permissions:
    PermissionNeeded to...
    craftgroup.addUse /cg add
    craftgroup.removeUse /cg remove
    craftgroup.listUse /cg list
    craftgroup.reloadUse /cg reload
    craftgroup.bypassBypass all restrictions
    craftgroup.group.GROUPNAMEAssign a CraftGroup (replace GROUPNAME with the name of the CraftGroup)


    Commands:
    CommandDescriptionUsage
    /cg addAdd an item or block to a group/cg add <list> <allow/deny> <type> <item>
    /cg remove <list> <allow/deny> <type> <item>Remove an item or block from a group/cg remove <list> <item>
    /cg listShow all lists or items in a group/cg list [list ] [type/*] [page]
    /cg reloadReload the configuration file/cg reload

    You can also use /craftgroup instead of /cg.

    Features:
    • Prevent crafting, smelting, using, placing or breaking of items and blocks
    • Assign CraftGroups to players and groups via Permissions
    • Multi-World (not with Permissions 2)
    • Ingame-Editing of CraftGroups
    • bypass-permission for Admins
    • Global Black-/Whitelist
    • Support for data values
    • Support for ItemCraft

    Download CraftGroup-dev (.jar; Minecraft 1.8; Spout)
    Download CraftGroup v0.3.1 (.jar)
    Source on GitHub
    [​IMG]

    Changelog:
    Version 0.3.1
    • Fixed 2 NPEs
    Version 0.3.0
    • Support for data values
    • Support for ItemCraft (requires testing)
    Show Spoiler
    Version 0.2.2
    • Fixed a problem with the different permission types
    Version 0.2.1
    • Fixed global-blacklist
    Version 0.2.0
    • Added support for permissions 2 and groupmanager (untested)
    • You can now prevent people from placing, destroying and using items/blocks
    Version 0.1.2
    • Forgot that HashMaps are case-sensitive
    Version 0.1.1
    • Never try casting an integer to a string!
    Version 0.1
    • Initial release
     
    Nomanoclass likes this.
  2. Offline

    FrozenBrain

    WOOL:10 should work fine. Are you sure that you're using 0.3.1?
     
  3. Offline

    Milchshakee

    Yes i use 0.3.1 but i wrote 35:10
    Should i write it like you ?^^

    Does this function require bukkit contrib 0.1.7 ?^^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  4. Offline

    po24

    How can i make it so when i give someone a craftgroup.group.GroupName permission it bypasses the global-blacklist

    Is there anyway i can make it so certain craftgroups bypass others?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  5. Offline

    Rellac

    I second Spout support.

    I've been having major errors with this plugin, and I believe it may be down to BukkitContrib (which gives me hassle like crazy), and hopefully spout support will fix everything.
     
  6. Offline

    FrozenBrain

  7. Offline

    malabarth

    Please, use Spout instead of bukkitcontrib!

    EDIT:
    Works fine, but should put it as default on your first post! ;)
    Thanks boss!
     
  8. Offline

    Rellac

    Wonderful! I don't get a single error, however, the plugin doesn't seem to do much. I can craft things just like I'm playing vanilla.

    Any suggestions?

    Here's my config:

    Code:
    version: 13
    global-blacklist:
    break:
    craft:
    use:
    place:
    Global:
    break:
    craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - BOW
    - ARROW
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - IRON_DOOR
    - COMPASS
    - WATCH
    - BED
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
    use:
    place:
    Blacksmith:
    break:
    craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - BOW
    - ARROW
    - COMPASS
    - WATCH
    - BED
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
    use:
    place:
    Peon:
    break:
    craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - BOW
    - ARROW
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - COMPASS
    - WATCH
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
    use:
    place:
    Engineer:
    break:
    craft:
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - BOW
    - ARROW
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - IRON_DOOR
    - BED
    use:
    place:
    Woodsman:
    break:
    craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - IRON_DOOR
    - COMPASS
    - WATCH
    - BED
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
    use:
    place:
    I assume there's something wrong with my layout.

    I'm a tad doubtful on how I've handled the seperate entries.

    I'm also getting some spam in my console when player log in. Such as:

    312:270
    313:270
    314:270
    315:270
    316:270
    317:270


    etc..

    This started once I installed CraftGroup. How can I handle this?
     
  9. Offline

    Lirycs78

    Excuse me, Have you got news for ItemCraft :x
     
  10. Offline

    markus18

    Hi!, I have a roleplay server and i use this plugin but it doesn't work for me. I'm trying this config, But it doesn't work with permissions, 3.1.6 I also tried to create a global blacklist and only allow craft those objects to the class
    this is one of my cfgs http://pastebin.com/MnKz6uwa
    this is other cfg http://pastebin.com/jDrH72Z5
    MY last test was take your example from the first post and it doesn´t work again I gave access to the "test" class for craft TNT and block it in the blacklist and noone could craft TNT neither "test" class.
    Please i need your help.
     
  11. Offline

    po24

    Might i suggest for the next version, giving admins the ability to change players craft groups in game.
     
  12. Offline

    markus18

    Yo can do it with permissions!!
     
  13. Offline

    po24

    Ya i just realized that today....
     
  14. Offline

    Hornik_Honza

    stupid questiom probably, but irealised now, that when our server uses spout, and there are some ppl without it, it wont apply to them? only to ones that have spout?
     
  15. Offline

    Kozzy68

    Hi,
    when I put diamod and diamod block in craft section it should disable crafting blocks and diamonds from blocks right ? I dont have to set any groups or perms. But its doing nothing :(. ( config file is correctly formated). It will list this 2 items in cg list. I have BC1000.

    And I also donesnt understand why plugin with functions like this needs contrib ... its strange.
    thanks
     
  16. Offline

    Clucky

    @FrozenBrain

    Could you please update this plugin the the newest version of Spout. It keeps installing BukkitContrib (the older version of Spout). Thank you.
     
  17. Offline

    Williamsson

    Have you solved this?
    Getting the same, and don't understand anything.
     
  18. Offline

    Rellac

    Nope. Not at all.
     
  19. Offline

    DarkFate

    I want use this but crash with BukkitContrib and Spout can you change BukkitContrib to Spout ??
     
  20. Offline

    Flenix

    I'm assuming your internet is still having a fit?

    Take your time but if you could let us know on progress that'd be great. Ive not downloaded the dev one as other people here say its not working right and you need the client..
     
  21. Offline

    m5k

    I'm not sure if this is a bug or a "feature". I have this in my global config:
    Code:
        break:
        craft:
        - -DIAMOND_PICKAXE
        - -DIAMOND_SWORD
        - -DIAMOND_SPADE
        - -DIAMOND_AXE
        - -GOLD_SWORD
        - -GOLD_SPADE
        - -GOLD_PICKAXE
        - -GOLD_AXE
        - -DIAMOND_HOE
        - -GOLD_HOE
        use:
        place:
    And I have a permissions group that has
    Code:
        break:
         craft:
         - DIAMOND_PICKAXE
         - DIAMOND_SWORD
         - DIAMOND_SPADE
         - DIAMOND_AXE
         - GOLD_SWORD
         - GOLD_SPADE
         - GOLD_PICKAXE
         - GOLD_AXE
         - DIAMOND_HOE
         - GOLD_HOE
        use:
        place:
    So people need to ask that group to make them their gold/diamond tools. However the plugin doesn't let them use the items. I tried adding the allowed items in the 'use' config part but nothing helped. I wan't only one perms group to be able to craft but all of them to be able to use them. Any ideas?
     
  22. Offline

    Flenix


    Try just copying and pasting the items into the "use" part as well - just a thought :) It shouldn't be blocking them but maybe it is for some reason
     
  23. Offline

    m5k

    I did, didn't work.
     
  24. Offline

    m5k

    Any chance of an update that works with spout? This is the last plugin that hasn't moved to spout yet that I'm using.
     
  25. There is a problem with Armor, it doesn't work when blacklisted.
    We can still equip it and use it as well.
    Bug?
     
  26. Offline

    Rellac

    He uploaded a Spout edition a few pages back. Just rummage for it.


    On another note, I managed to reformat my old config and lost error, but I keep getting this handsome young error on startup now:

    Edit: Mkay. Turns out I had forgot to indent for each item. After doing so, I'm stuck with the same error as before.

    Not a clue what I've done wrong. Here's my config:

    Code:
    version: 13
    Global:
        break:
        craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - BOW
    - ARROW
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - IRON_DOOR
    - COMPASS
    - WATCH
    - BED
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
        use:
        place:
    Blacksmith:
        break:
        craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - BOW
    - ARROW
    - COMPASS
    - WATCH
    - BED
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
        use:
        place:
    Peon:
        break:
        craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - BOW
    - ARROW
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - COMPASS
    - WATCH
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
        use:
        place:
    Engineer:
        break:
        craft:
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - BOW
    - ARROW
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - IRON_DOOR
    - BED
        use:
        place:
    Woodsman:
        break:
        craft:
    - POWERED_RAIL
    - DETECTOR_RAIL
    - RAILS
    - IRON_SPADE
    - IRON_PICKAXE
    - IRON_AXE
    - IRON_SWORD
    - STONE_SWORD
    - STONE_SPADE
    - STONE_PICKAXE
    - STONE_AXE
    - DIAMOND_SWORD
    - DIAMOND_SPADE
    - DIAMOND_PICKAXE
    - DIAMOND_AXE
    - GOLD_SWORD
    - GOLD_SPADE
    - GOLD_PICKAXE
    - GOLD_AXE
    - STONE_HOE
    - IRON_HOE
    - DIAMOND_HOE
    - GOLD_HOE
    - LEATHER_HELMET
    - LEATHER_CHESTPLATE
    - LEATHER_LEGGINGS
    - LEATHER_BOOTS
    - CHAINMAIL_HELMET
    - CHAINMAIL_CHESTPLATE
    - CHAINMAIL_LEGGINGS
    - CHAINMAIL_BOOTS
    - IRON_HELMET
    - IRON_CHESTPLATE
    - IRON_LEGGINGS
    - IRON_BOOTS
    - DIAMOND_HELMET
    - DIAMOND_CHESTPLATE
    - DIAMOND_LEGGINGS
    - DIAMOND_BOOTS
    - GOLD_HELMET
    - GOLD_CHESTPLATE
    - GOLD_LEGGINGS
    - GOLD_BOOTS
    - BUCKET
    - MINECART
    - IRON_DOOR
    - COMPASS
    - WATCH
    - BED
    - DIODE
    - REDSTONE_TORCH_ON
    - TNT
        use:
        place:
    global-blacklist:
        break:
        craft:
        use:
        place:
    
     
  27. Offline

    Flenix

    The error is being caused BY that update, it doesn't work.
    Hopefully a working build is out soon? This is a crucial plugin on our server but theres so much stuff in Spout I want...
     
  28. Offline

    Don Redhorse

    can you disable crafting FROM specific IDs?

    Like I want to disable moving from a gold block back to gold ingots.. is that possible?

    hmm probably yes if I disallow crafting of gold ingots or? sigh.. don't know all the recipies so I don't know if I can craft one item in two ways... from some stuff to something and from a block to something
     
  29. Offline

    Flenix

    Hmm, it might work if you were to block the crafting of gold ingots. BUT, that means you wouldn't be able to smelt them either.

    For that, you'd need a way to block the specific recipies as you were getting at in your post. Then you could block it only if a gold block was involved...

    Maybe the dev could add a "Craft-Use" which means that item cant be placed into the crafting grid, which then would block it from being made into anything - you could use that to block the gold block but still be able to smelt gold bars.

    @FrozenBrain

    How is Spout progress going? We've had a few players who are starting to get a little impatient for the updates we have planned, and a couple said they'd donate when those updates are in. As we're only waiting on you I'd be happy to pass on some of those donations if you can get it working soon? :)
     
  30. Offline

    BioBazard

    Very nice plugin ! But I have install the "Balkon's WeaponMod" on my server (with ModLoader).
    And the plugin don't work with all new items ...

    Have you a solution ? Or are you going to make a new verion for rectify the problems ?

    Ty.
     
  31. @FrozenBrain
    Could you add a message, when someone is trying to break/place an item he isn't allowed to?
    "You are not allowed to do this" .. or something like this (Config would be nice)

    Feedback:
    Nearly everything works fine within our tests (craft, break, place, use), BUT

    Armor and the Bow still make problems.
    Everyone can equip every armor, even if they are not allowed to (inside "use"), same with the bow.
    Any idea?
     

Share This Page