Block Item Recipes

Discussion in 'Plugin Requests' started by rangewonk, Nov 24, 2016.

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

    rangewonk

    Plugin category: Admin

    Minecraft version: 1.11

    Suggested name: BlockRecipes

    What I want: I want a plugin to which has a simple config file that what items you write in there can't be crated on the server.
    ( I know there are other plugins like this, but this is a very basic plugin and the others i tried cause errors on 1.11.)

    Ideas for commands: No commands needed.

    Ideas for permissions: no permissions needed.

    When I'd like it by: As fast as possible, but no need to rush
     
  2. Online

    timtower Administrator Administrator Moderator

    @rangewonk Could you post one of those errors?
     
  3. Offline

    rangewonk

    This is an error that the plugin Noitem creates.
    [03:53:02] [Craft Scheduler Thread - 11/WARN]: [NoItem] Plugin NoItem v3.1.0 generated an exception while executing task 1009
    java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
    at net.worldoftomorrow.noitem.util.Metrics.postPlugin(Metrics.java:320) ~[?:?]
    at net.worldoftomorrow.noitem.util.Metrics.access$400(Metrics.java:28) ~[?:?]
    at net.worldoftomorrow.noitem.util.Metrics$1.run(Metrics.java:208) ~[?:?]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.10.2-R0.1-SNAPSHOT-latest.jar:git-Spigot-72c2605-251a5b6]
    at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.10.2-R0.1-SNAPSHOT-latest.jar:git-Spigot-72c2605-251a5b6]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_111]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_111]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
     
  4. Online

    timtower Administrator Administrator Moderator

    @rangewonk I believe that you can use BuildTools to convert the plugin to function, or ask for an update.
     
  5. Offline

    rangewonk

    I'm unsure on how to use buildtools but i'll give it a try. @timtower since were talking, I'm using this plugin here:
    https://www.spigotmc.org/resources/customcommands.12882/
    config: https://gyazo.com/2deef12f4e99290de9d137c0ea1cf8f2

    Im trying to set up so that when a player types the command /worldborder it sends them a message telling them the size of the world border. Im not sure if this plugin could do that as I can only seem to allow it to get the player to execute another command (as shown in the config picture). Do you know if i can do it with this plugin or another one which I can ?
     
  6. Online

    timtower Administrator Administrator Moderator

    @rangewonk Depend on what worldborder you use, and if placeholderapi has it.
    And there is a type, those in your config are commands, might be messages as well.
     
  7. Offline

    rangewonk

    I just want to make a custom message. for example i want players to type /dog and in the config i'll have it to send the player a message saying "Dogs like bones" etc.

    The worldborder was just an example of what I want to do with the send message.

    Do you know how I could do this?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 24, 2016
  8. Offline

    htmlman1

    Well, that looks like another plugin request entirely - but one I can make for you.

    ----------------------
    I've made the plugin.

    It'll let you configure custom commands and custom messages. Run the plugin once, and check the config.yml for instructions!
     
    Last edited: Nov 24, 2016
Thread Status:
Not open for further replies.

Share This Page