Create Races in 1.6.4 Bukkit

Discussion in 'Bukkit Discussion' started by antikx, Feb 6, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    antikx

    Hello,
    I have been working on a private 1.6.4 modpack for quite a while. The server is running MCPC+ (which includes Forge and Bukkit).

    One thing I am trying to get working well is setting up races.
    I have 4 races with each having anywhere from 1 to 4 sub-races.
    I would like to have each race have these types of restrictions (in order of importance):
    -Can not use certain items (i.e. restricts an item from being in the hotbar)
    -Can not craft certain items.
    -Can not even have certain items in their inventory.
    -Can not take certain items out of containers (i.e. chests, etc)

    I have tried various plugins and so far the one that comes close is PermissionsEx:
    http://dev.bukkit.org/bukkit-plugins/permissionsex/
    combined with ModifyWorld:
    http://dev.bukkit.org/bukkit-plugins/modifyworld/

    For the most part I can make it work except when using ModifyWorld, when it tries to eject a disallowed item from the HotBar, it does not throw it far enough:
    https://github.com/PEXPlugins/Modifyworld/issues/88
    I have a friend who has tried to fork ModifyWorld and fix it, but it's proving to be too complicated to compile due to some dependencies it claims to need.

    What I liked about using PermisisonsEX and ModifyWorld was that I can use the ID numbers, which is important because I'm using mods that obviously have items with names that aren't vanilla. Hope that makes sense. Some plugins seem to be hard coded to only accept the names of vanilla items.

    Does anyone have any advice about a plugin or a way to use permissions to accomplish what I want?
     
  2. Offline

    Jade

    We do not support unofficial builds. Locked.
     
Thread Status:
Not open for further replies.

Share This Page