Filled Mod Tools

Discussion in 'Plugin Requests' started by YoloSanta, Jan 8, 2017.

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

    YoloSanta

    Yes I know their are many mod tools plugins out there but this is a custom one im requestion and in this i would like

    Slotbar1= Stick (Creative Mode) and BlazeRod (Survival Mode)
    Slotbar2=
    Slotbar3= Steve head (See online staff)
    Slotbar4=
    Slotbar5= Green Dye (Vanish on) and Grey Dye (Vanish off)
    Slotbar6=
    Slotbar7= Clock (Random Player TP)
    Slotbar8=
    Slotbar9= Feather (Toggle Fly)

    Perms
    Toolmod.mod- access to /mod
    Toolmod.rtp- access to use slot 7
    Toolmod.gm- access to use slot 1
    Toolmod.os- access to use slot 3
    Toolmod.tv- access to use slot 5
    Toolmod.tf- access to use slot 9
    Toolmod.sc- access to staff chat (Send and Recieve)

    No Perm: &cYou do not have permissions to execute that command!
    Entering ModMode: &aModMode Enabled!
    Leaving ModMode: &cModMode Disbaled!

    IMPORTANT

    Slot 1: &7ModMode &cSurvival/&5Creative
    Slot 3: &7ModMode &cOpening Current Staff...
    Slot 5: &7ModMode &cVanish Enabled/&5Disbled
    Slot 7: &7ModMode &cTeleported to &5 <player>
    Slot 9: &7ModMode &cFly now &cEnabled/&5Disabled

    Want aswell:
    + No breaking blocks while in modmode
    + No attacking players or enteties in modmode
    + Staff Chat like /sc (message)
    + Messages.yml file with color code support (Editable messages)
    + When staff join the server theyre not in modmode (normal player mode)
    + Saves staffs members inv when they go into mod mode.

    I think thats all if anything else is needed i will add to this!

    Plugin Name; ModTools

    Colored Items:
    Item in Slots
    1: &cGamemode&7 >> &cCreative (or &cSurvival when in survival)
    3: &cOnline Staff
    5: &cVanish&7 >> &c OFF (or &cON if on)
    7: &cRandom Teleport
    9: &cFly &7>> &cON (or &cOFF if off)
     
    Last edited: Jan 23, 2017
    iTzTobi likes this.
  2. Offline

    timtower Administrator Administrator Moderator

    Moved to plugin requests
     
  3. Offline

    YoloSanta

    Thanks
     
  4. Offline

    PumpMelon

    Would consider making this, though wouldn't be my first priority atm.
     
  5. Offline

    YoloSanta

    thanks ! if you can do this it would help a lot!
     
  6. Offline

    Dopi01

    I am working on this atm
    Got it working, except for the staff list, messages.yml and the staff chat.
     
    Last edited: Jan 14, 2017
  7. Offline

    YoloSanta

    Hey thanks so much you don't know how much this means to me thanks so much for the help
     
  8. Offline

    RelicObject

    Has this been made for you?

    If not, let me know.
     
  9. Offline

    YoloSanta

    Not yet hopefully soon though I got somebody working on it
     
  10. Offline

    RelicObject

    Alright np
     
  11. Offline

    YoloSanta

  12. Offline

    iTzTobi

    Should it give a Command to leave the Modmode? like /mod leave or should /mod for join and leave? or should in the Slotbar an Item to leave the Modmode like an Barrier?

    Edit:
    I added alle features. except of "Saves staffs members inv when they go into mod mode."
    and "Messages.yml file with color code support (Editable messages)" until now. Add it later maybe or someone make a fork of my Project and add this
    https://github.com/T0biii/ModTools

    .jar Download: https://github.com/T0biii/ModTools/releases/tag/0.1
     
    Last edited: Jan 20, 2017
  13. Offline

    YoloSanta

    Thanks and it should be /mod and theyre put into modmode and /mod again to leave.
    @iTzTobi
     
  14. Offline

    mehboss

    If you need me to do it I can.
     
  15. Offline

    YoloSanta

    @mehboss If you can that would be very useful if you would like you can use @iTzTobi (s) project or maybe easier to make it ourself
     
  16. Offline

    mehboss

    @YoloSanta
    Yeah, no worries! I'll update you some time tomorrow when I start working on it and I'll keep updating you on the progress. This should be easy to code. I will include all features by the way.
     
  17. Offline

    mehboss

    I just finished making it.. enjoy! You can configure things in the config by the way..


    Permissions:
    • modtools.sc
    • modtools.fly
    • modtools.gm
    • modtools.vanish
    • modtools.onlinestaff
    • modtools.rtp
    CONFIG:
    Code:
    # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
    # ModTools plugin by MehBoss                                                                        #
    # Version v1.0                                                                                      #
    #                                                                                                   # 
    # Plugin request by: YoloSanta. :)                                                                  #
    #                                                                                                   #
    # ( ! ) Remember, the variables (%mode% and %player%) are CaSe-SeNsItIvE                            #
    # Variables: %mode% and %player% gets replaces with one of the variable strings.                    #
    #                                                                                                   #
    # PERMS: modtools.sc | modtools.fly | modtools.gm | modtools.vanish |                               #
    #                         | modtools.onlinestaff | modtools.rtp |                                   #
    # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
    Prefix: '&7ModMode &8>&r '
    Messages:
      Gamemode: '&7Gamemode set to&r %mode%'
      Vanish: '&7Vanish:&r %mode%'
      Random-Teleport: '&7Teleporting to&r %player%'
      Fly: '&7Flymode:&r %mode%'
      Online-Staff: '&7Currently online staff:'
      Online-Staff-Color: '&a&l✔ &a'
      No-Perms: '&cYou do not have permissions to execute that command!'
    Variables:
    # # Used for fly and vanish messages # #
      enabled: '&cenabled'
      disabled: '&5disabled'
    # # Used for gamemode message # #
      survival: '&cSurvival'
      creative: '&5Creative'
    # # Put all your staff below and it will check to see if they're online # #
    Staff:
    - 'staff member 1'
    - 'staff member 2'
    - '..and so on..'
     
  18. Offline

    YoloSanta

    Its so beautiful thanks so much
     
  19. Offline

    mehboss

Thread Status:
Not open for further replies.

Share This Page