Filled PressurePlates

Discussion in 'Plugin Requests' started by madtomic, Mar 18, 2019.

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

    madtomic

    Minecraft version: 1.12.2

    Suggested name: PressurePlates

    What I want: I like to request a plugin to allow players to bind command or commands to pressure plates that will either execute the command(s) by player or console when the pressure plate is stepped on.

    Ideas for command/permission:

    pressureplate.admin

    - /pplates create platename <true:false> <command_one, command_two> - Gives a pressure plate in which you can place down to execute the command. If set to true, the command will be execute by console. If set to false, it will be execute by the player. Use %player% in the command to replace the players name in commands

    - /pplates list - Shows all available pressure plates

    - /pplates info - While looking at a pressure plate, it will give you information about that plate

    - /pplates info platename - Just another way to look up plate info directly by command


    /pplates info
    platename:
    console: true/false
    - command_one
    - command_two

    /pplates list
    List of available pressure plates.
    - platename
    - platename2
    - platename3

    pressureplate.use
    This is default player permission needed to use any of the pressure plates.

    pressureplate.platename
    Players would also need pressureplate.platename permissions to execute certain pressure plate

    config.yml or pressureplates.yml to store all data

    Thank you for reading.
     
    Last edited: Mar 18, 2019
    insanj likes this.
  2. Offline

    insanj


    Sweet idea, I can get started on this today. It shouldn't take more than a week to get all the details implemented, I will let you know when I have something to test.
     
    Last edited by a moderator: Mar 19, 2019
  3. Offline

    madtomic

    @insanj

    Great to hear, I will be waiting to hear back from you.
     
    insanj likes this.
  4. Offline

    insanj

    Ready to test! Ended up calling the project CommandPlates, based off of the existing "Command Blocks" feature in Minecraft.

    Download the JAR over here: https://github.com/insanj/CommandPlates/releases

    Once you give it a try and let me know if it works I'll post it to the official Bukkit plugin page!
     
  5. Offline

    madtomic

    @insanj

    Sorry, I was busy this weekend. I am doing some testings now. I will update this message once I get some testings done. Thanks for making this!

    Edit: I submitted tickets to Github, I hope you can have a look at them. Thanks again.
     
    Last edited: Mar 25, 2019
    insanj likes this.
  6. Offline

    insanj

    @madtomic Thanks so much for the thorough tickets! Will work on them today and tomorrow, should have an update this week without a problem.

    Edit (3/29): Build has been posted with fixes/additions! Was able to take care of everything except one issue, which perhaps you can help me with by posting a video or walkthrough of the problem :)

    https://github.com/insanj/CommandPlates/releases/

    Edit (4/1): Many updates posted to Github with collaboration from @madtomic! Think this request is nearly/essentially fulfilled [cookedmeat][cookedmeat][cookedmeat]

    https://github.com/insanj/CommandPlates/releases/tag/0.3.5
     
    Last edited: Apr 1, 2019
    madtomic likes this.
Thread Status:
Not open for further replies.

Share This Page