Inactive [MISC] SupplySign - Infinite Item Distribution w/ Signs(chest/dispenser also supported)

Discussion in 'Inactive/Unsupported Plugins' started by redsgreens, Mar 10, 2011.

  1. Offline

    redsgreens

    SupplySign is now on dev.bukkit.org! Go there for the latest versions, a dedicated support forum, and ticket tracking system: http://dev.bukkit.org/server-mods/supplysign/

    SupplySign - Infinite Items Distribution via Signs (now with dispenser support!)

    Use this plugin to distribute items and blocks to your players by creating [Supply] signs that load a chest interface when right-clicked. These signs can also be placed on chests.

    Download: http://dev.bukkit.org/server-mods/supplysign/

    The Basics:
    • Place a sign
    • Set the first line to [Supply]
    • On each of the remaining lines, put the name(or item id) of the contents of the supply sign
    • Right-click the sign to open the chest.
    Chest Sign: To place a sign on a chest, make sure it is not within one block of another chest. Place your supply sign on the ground next to the chest and it will attach itself to the chest after you are done editing the sign. Right-clicking the sign or the chest will display the contents of the sign. If you want, you can put two signs on a large chest.

    Dispensers: Attach a sign to a dispenser in the same way you would attach one to a sign. The inventory of the dispenser will always be full of whatever is on the sign. If you use a kit, or if you put multiple items on the sign, only the first will be used. Remember that dispensers require redstone to activate, so it might be a good idea to wire up the dispenser and test it before attaching the sign. If the dispenser doesn't work without a SupplySign on it, then I can't help you (I'm no redstone expert).

    Using Kits: To use a kit, set the first line to [Supply] as usual, then put "kit:" followed by the kit name on the second line, ie. "kit:wool".
    Default Kits: wool, dye, woodtools, woodplus, irontools, ironplus, diamondtool, diamondplus, goldtools, goldplus, desert, makecake, chainmail

    Permissions:
    • Ops and players with the "supplysign.create" permission will be able to place supply signs.
    • Ops and players with the "supplysign.access" permission will be able to access them.
    • Ops and players with the "supplysign.destroy" permission can destroy existing supply signs.
    • Ops and players with the "supplysign.reload" permission can trigger a reload of items/kits data.
    • Players with "supplysign.access.kitname" can access the kit called "kitname".
    If you don't use permissions: Only Ops will be able to place SupplySigns. There is a config file option that will allow non-op players to access signs, but not place them.

    Data Files: After the plugin has been loaded for the first time, a "supplysign" data folder will be created in the bukkit plugins folder with two files in it: items.csv and kits.yml. You can customize these files to add new kits or modify item names. Use "/supplysign reload" to load your changes without restarting the server. NOTE: When editing these files, make sure the format doesn't change. On Windows, use something like Wordpad. There has been a report that OpenOffice can change the files in a way that breaks the plugin.

    Config File: Used to configure the ShowErrorsInClient, FixSignOnSignGlitch, and AllowNonOpAccess options. Check out the (automatically created) config.yml file for more info.

    Screenshots:
    example-using-kit.png
    This is an example of a SupplySign with a kit.

    example-sign-contents.png
    And here is what you see when you right-click the sign in the previous screenshot.

    example-chest-sign.png
    This is what a chest with a sign on it looks like.

    2011-05-09_15.52.15.png
    An arrow being fired from an infinite arrow dispenser. Watch out!

    This video gives an example of how to attach a SupplySign to a dispenser.​

    Thanks:
    This plugin was originally based on the [Free] sign code from Essentials by Zenexer. Without his hard work there would be no SupplySign plugin. Thanks!
    Also thanks to vitaminmoo for testing this plugin and developing the kits.yml format.

    Old Changelog (open)

    Version 1.7.1 (08/09/2011)
    • Removed support for air blocks in signs (they break the game)
    • Corrected spelling of some items in items-base.csv
    • Replaced calls to deprecated Bukkit methods
    Version 1.7.0 (07/05/2011)
    • Added pistons and shears support
    • Access to SupplySigns on chests can now be protected by Lockette, WorldGuard, etc (allows finer grained access than previously possible)
    Version 1.6.3 (06/26/2011)
    • Added workaround for conflict with plugins that alter sign text color
    Version 1.6.2 (06/22/2011)
    • Fixed small bug related to custom items with a stack size less than the maximum for that item
    Version 1.6.1
    • The kit/item names are now case insensitive (suggested by Maxis010)
    Version 1.6
    • Replaced "items.csv" file with "items-base.csv" and "items-custom.csv" files to better handle new items added to Minecraft.
    • Added AllowNonOpAccess config file option (requested by Xiangliang2)
    Version 1.5
    • SupplySigns on dispensers now supported! (CB766 or higher required)
    Version 1.4
    • Fixed bug that prevented numeric item codes in kits.yml file (discovered by piousminion)
    • Added permission support for "supplysign.access.kitname" so you can restrict which kits a user/group can access (suggested by RaCooN)
    Version 1.3
    • Fixed bug where empty kits.yml file would break basic functionality.
    • Added support for large chests.
    Version 1.2
    • Fixed awful bug (discovered by Harushimo) that caused all signs in game to show an inventory. Oops.
    Version 1.1
    • Added new "supplysign.destroy" permission that can keep unauthorized players from destroying signs.
    • Updated to support Bukkit build 602. Servers running Bukkit 531/556 should still use version 1.0.
    Version 1.0
    • Added configurable option to hide client side error messages.
    • Fixed glitch where signs can be placed on other signs (can be disabled).
    • Config file support added.
    Version 0.9
    • Added support for signs on chests.
    Version 0.8
    • Added some diagnostic messages describing the number of items and kits loaded.
    • Fixed a typo in the items.csv file breaking birchwood and redwood. If you haven't customized your items.csv file, then just delete it and it will be recreated with the error corrected.
    Version 0.7
    • Initial release to the world.



    If you have problems: Check the diagnostic messages from SupplySign on the server console. You should see something like this when the plugin starts up, or when you use /supplysign reload :

    08:01:07 [INFO] SupplySign loaded 1092 items from items.csv.​
    08:01:07 [INFO] SupplySign loaded 16 kits from kits.yml.​

    If you see something like this:

    07:55:53 [INFO] SupplySign error: while parsing a flow sequence; expected ',' or ']', but got StreamEnd​
    07:55:53 [INFO] SupplySign loaded 1092 items from items.csv.​
    07:55:53 [INFO] SupplySign loaded 0 kits from kits.yml.​

    Then there is a typo in your kits.yml file and zero kits were loaded because of it. Unfortunately Yaml is a bit touchy about typos.

    If you can't figure out what's happening, post a capture of the SupplySign console output and attach your items.csv and kits.yml files to a your post so I can try and reproduce the problem. A screenshot of your sign could be useful as well.
     
  2. Offline

    redsgreens

    Version 1.7 just came out with support for pistons(and shears).

    Support for locking SupplySigns on chests with Lockette, WorldGuard, etc, was also added.
     
  3. Offline

    redcrew

    ok thanks for the help ill go download it now
     
  4. Offline

    Xopolist

    1. Nope. There is no startup message. It just says that it is disabled for some reason. I never touched a single config file.

    2. The first line doesn't turn blue. The sign doesn't hook onto the chest either.

    3. There isn't any error report that I can see of.
     
  5. Offline

    redsgreens

    Interesting. Can you paste the message that says it is disabled into a message? I'd like to see what that looks like.
    You might try re-downloading the .jar file. It could be corrupt in some way.
     
  6. Offline

    Xopolist

    2011-07-06 10:22:02 [SEVERE] Error occurred while enabling SupplySign v1.7.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    at redsgreens.SupplySign.SupplySign.setupPermissions(SupplySign.java:143)
    at redsgreens.SupplySign.SupplySign.onEnable(SupplySign.java:39)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:290)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    at net.minecraft.server.MinecraftServer.run(Minec
    raftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 15 more

    That is the whole message. I tried updating to the 1.7.0, it's the same problem. I might think it's my permissions.
     

    Attached Files:

  7. Offline

    redsgreens

    That exception is quite strange. I have my permissions integration code wrapped in a try/catch block, but it doesn't seem to be catching it. Is the permissions plugin loading correctly for you? Paste the permissions plugin startup messages if you could.
     
  8. Offline

    Xopolist

    Hmm. The permissions is disabling itself because the server has "too many errors" Here's the message.

    12:40:02 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    2011-07-07 12:40:02 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-07-07 12:40:02 [SEVERE] at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    2011-07-07 12:40:02 [SEVERE] at com.nijiko.data.YamlUserStorage.performConversion(YamlUserStorage.java:35)
    2011-0
    7-07 12:40:02 [SEVERE] at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorage.java:30)
    2011-07-07 12:40:02 [SEVERE] at com.nijiko.data.YamlCreator.getUserStorage(YamlCreator.java:33)
    2011-07-07 12:40:02 [SEVERE] at com.nijiko.data.StorageFactory.getUserStorage(StorageFactory.java:76)
    2011-07-07 12:40:02 [SEVERE] at com.nijiko.permissions.ModularControl.forceLoadWorld(ModularControl.java:95)
    2011-07-07 12:40:02 [SEVERE] at com.nijiko.permissions.ModularControl.loadWorld(ModularControl.java:86)
    2011-07-07 12:40:02 [SEVERE] at com.nijiko.permissions.ModularControl.load(ModularControl.java:114)
    2011-07-07 12:40:02 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:181)
    2011-07-07 12:40:02 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-07 12:40:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-07 12:40:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java
    :356)
    2011-07-07 12:40:02 [SEVERE] at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    2011-07-07 12:40:02 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-07-07 12:40:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:290)
    2011-07-07 12:40:02 [SEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    2011-07-07 12:40:02 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    2011-07-07 12:40:02 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-07 12:40:02 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-07 12:40:02 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-07 12:40:02 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-07 12:40:02 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-07 12:40:02 [INFO] [Permissions] (Yeti) disabled successfully
    .
    2011-07-07 12:40:02 [INFO] [AntiCreeper] version 1.0 is enabled.
    2011-07-07 12:40:02 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-07-07 12:40:02 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-07-07 12:40:02 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-07-07 12:40:02 [INFO] FalseBookCart v0.86.2alpha by GeMo enabled
    2011-07-07 12:40:02 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-07-07 12:40:02 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-07-07 12:40:02 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-07-07 12:40:02 [INFO] [iConomy] Logging is currently disabled.
    2011-07-07 12:40:02 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-07 12:40:02 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-07 12:40:02 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-07-07 12:40:02 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-07-07 12:40:02 [SEVERE] Could not pass event PLUGIN_ENABLE to iConomyChestShop
    java.lang.NoClassDefFoundEr
    ror: com/nijikokun/bukkit/Permissions/Permissions

    Although it's disabled, the rest of the mods seem to be working fine.
     
  9. Offline

    redsgreens

    It looks to me like your permissions plugin is completely non-functional. I would suggest removing it entirely from the plugins folder, which should cause SupplySign to work in ops-only mode.
     
  10. Offline

    Zixt

    How can I have a supply sign with coloured wool? I tried the text name and the ID, and neither worked.
     
  11. Offline

    bobtehnerd

    I get this error when trying to load it :
    'plugins\SignDispenser.jar' in folder 'plugins':
    java.lang.NoSuchMethodException: bukkit.Vandolis.SignDispenser.<init>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:171)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  12. Offline

    redsgreens

    That doesn't look like my plugin. This thread is for SupplySign and it looks like you are using something called SignDispenser by Vandolis. Sorry I can't help.

    You can look in the items-base.csv file for the names of things. There is also a kit called "wool" that gives you all the colors available. Just make a sign that looks like this:
    Code:
    [Supply]
    kit:wool
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  13. Offline

    Zixt

  14. Offline

    Tallkid96

    it would be really cool if you made an option that makes items cost iconomy money, so its an automatic non player run store with infinate items
     
  15. Offline

    Andy Gao

    is it possible for u to make a option that turns op on and off
     
  16. Offline

    Arton

    What is the name to Half Blocks them all like the cobbel sandstone and wooden
     
  17. how can i make it supply sapplings? all 3 different?

    i try typing [supply] 6 <-- norm saplings
    [supply] 6:2 or 6:3 <- no saplings at all, it wont recognize anything with more numbers on top the right corner.
    wool is number 35 , if i want other color wool it must be wool:number <-- ? or how i make it other color? wtf
     
  18. Offline

    redsgreens

    Use a "." instead of ":"
     
  19. it worked, thank you. Someone once told me its : and it didnt even work ^^
     
  20. Offline

    Sorroko

    Hey, great plugin, but I would like to make a feature request.
    I have a zone on my server using TaxFreeRegions that lets players get a new inventory then i let them spawn stuff with your signs so its a sort of freebuild area but i do not want them to take items back one way would be to drop items and trow them accross the border. So of course this is disabled but now that people cant use normal lava bins etc. there is no way for them to clear their inventory, a command is ok but could you please add a [Disposal] sign, i do not want to download the whole of essentials just for a disposal sign, thank you.

    Also as i was setting up on my server I found a little but worth reporting spelling mistake,
    sandstoneslab is spelt sanddstoneslab in items-base.csv the same with sanddstonestep [creeper]

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

    Bseagull

    Will not work on my server. I did everything right and did not edit any files. It just does not do anything.
    Should I try to reinstall it?

    I just checked the error and it just says the plugin is disabled. How do I enable it?

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

    Fals

    Okay, I have found a very fatal bug, and I did a quick search on all 8 pages for the term "air" and didn't find anything, so I'm just going to assume this hasn't been posted yet.

    "Post a capture of the SupplySign console output"
    First of all, there was no error logged at all on the console:
    2011-08-07 06:24:33 [INFO] Fals: Giving Fals some 323
    2011-08-07 06:25:01 [INFO] [CONSOLE] LOL
    2011-08-07 06:25:05 [INFO] <pirate2022> LOL
    2011-08-07 06:25:12 [INFO] Connection reset
    2011-08-07 06:25:12 [INFO] Fals lost connection: disconnect.endOfStream
    2011-08-07 06:25:24 [INFO] [CONSOLE] do not grab a fire from the chest that says 0

    As you can see from the above, no error was given.

    "Attach your items.csv and kits.yml files to your post"
    Secondly, I don't really think I need to post the items or kits file since I haven't made any changes to them (default).

    "A screenshot of your sign could be useful as well"
    Thirdly, I don't really think I need to post a screenshot; text should be enough to get the point through.

    The Problem:
    I was curious as to what would happen if I made a supply sign full of air (id:0).
    So I made a supply sign like so:
    1st line - [Supply]
    2nd line - 0
    3rd line - empty
    4th line - empty

    The [Supply] part turned blue. I right clicked on the sign and saw it was full of fire with the name of unnamed. Curious still, I grabbed one of those items, and it crashed minecraft with a light blue screen, followed by a black screen. Trying to relog produces the same results. So I deleted my character's data, thus resetting my location and inventory. I traveled back to the spot to remove the sign, but when I entered the chunk that the sign was in, it crashed the same way again (still no console error). So I had to go into mcedit and delete the entity (as well as the sign itself for good measure). Now I'm able to enter that area again. I tried it again to make sure the problem was able to be reproduced, and it is.
     
  23. [SEVERE] Error occurred while enabling SupplySign v1.7.0 (Is it up to date?): null
    java.lang.NullPointerException
    at java.lang.Enum.compareTo(Unknown Source)
    at org.bukkit.plugin.SimplePluginManager$1.compare(SimplePluginManager.java:44)
    at org.bukkit.plugin.SimplePluginManager$1.compare(SimplePluginManager.java:43)
    at java.util.TreeMap.put(Unknown Source)
    at java.util.TreeSet.add(Unknown Source)
    at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManager.java:360)
    at redsgreens.SupplySign.SupplySign.onEnable(SupplySign.java:62)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:290)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    I keep getting this error when running my server. Any Ideas?
     
  24. Offline

    bluehasia

    Love this plugin lets me set up a store of dispensers of approved spawn items for my friends on my server and they can go get at their leasire. though maps dont seem to work
     
  25. Offline

    redsgreens

    Version 1.7.1 is out now that corrects the spelling (the old spelling will work too).

    Version 1.7.1 also removes support for air blocks. I'm not sure if it will fix a broken world, but it shouldn't be possible to make a new sign with air in it.
     
    Fals likes this.
  26. Offline

    Hydra02

    Hello!
    I'm a little bit new to that kind of plugin.
    How do i add it to my plugins?
    I can see what i need to use.
    Greetings Hydra02

    Hello!
    I did find the error.
    My stationary can't download plugins, dont know why.
    But the plugin is nice though.
    Good Job!
    Greetings Hydra02

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

    Eyrian

    how do i install it on my server? i don't know what to do with the .class files
     
  28. Offline

    OZ4RK

    Supplysign doesn't seem to be playing nice with permissionsbukkit...
     
  29. Offline

    redsgreens

    It looks like you are running SupplySign 1.5. You should update to 1.7.1.
     
    OZ4RK likes this.
  30. Offline

    Delois

    maybe I am being silly, but I dont see a way to add things with bits to a sign. trying to give people all the half steps and its is not working (same with logs and saplings). I tried 44:1 and such, but get an error. Am I missing something?

    EDIT: Found out how to to it with the items file ><
     
  31. Offline

    Jackdepancake

    how do I install this I only get a zip file.
    -edit-
    Got it installed I now have a feature request. Blocks that have a supply sign be protected from destruction both by block destruction and explosions
     

Share This Page