[UMI] UltraMagnetItem (GUI) CustomMagnet + more | [1.8-1.11]

Status
This thread has been locked.

rogiesan

Feedback score
0
Posts
6
Reactions
2
Resources
0
UltraMagnetItem

Magnet items towards player GUI
You Can CustomMagnet !!

2559-12-10_19.52.08.png
2559-12-10_19.52.05.png


This video is old version!!


Download: On spigot

Fethures:
  • Custom GUI
  • Custom Item
  • Custom Magnet + Distance
Commands:
  • /mn - open a gui MagnetItem
  • /mn reload - reload config file
Permissions:
  • magnet.reload - Permission to reload config file
Code:
# ######################## #
#   Ultra Magnet Item      #
#      Ver: 1.0.1          #
#   Plugin By MR_ROGIE     #
#                          #
# ######################## #
#                          #
#  You can Custon GUI!!    #
#  You can add more magnet #
#  You Custom Permission   #
#  You can CustomItemID    #
#                          #
#                          #
#    This plugin made in:  #
#        Thailand          #
#                          #
# ###################################################### #
#                                        
# Prefix: '&f[&6&lUMI&f]: &r'  # You can change prefix
# Message:
#   Setto: '&aYou magnet have set to '                  # Send message on set magnet
#   NoPerm: '&cYou don''t have permission to use this'  # Send message on click no perm
#   TurnOff: '&7You have turn off Magnet'               # Send message when you turn off magnet
#   NoMagnetUse: '&6You''re not use any magnet :('      # Send message no magnet use
#   Relaod: '&cConfig has been reloaded'                # Send message when you type /mn reload
# Gui:
#   Rows: 4                       # You can change rows can't more than 6
#   TitleName: '&6&lMagnet Item'  # Title Gui Name
#   LoreClickToUse: '&aClick here to use'
#   LoreNoPerm: '&cYou don''t have permission to use this'
#   TurnOff:
#     Slot: 31                          # you can change slot
#     ItemID: 152                       # you can change itemid
#     ItemData: 0                       # ItemData Defalut is 0
#     Amount: 1                         # Amount can't more than 64
#     Displayname: '&cTurn off Magnet'  # itemname
#     LoreNoMagnetUse: '&7You''re not use any magnet :('
#     LoreYouAreUse: '&aNow you are use : &6%distance% Meters'
#     Lore:
#     - '&7Click here to turn off Magnet'  
#   Items:                                  
#      5m:                                  
#        Slot: 12                  # slot  
#        ItemID: 95                # ItemID Only
#        ItemData: 0               # ItemData Defalut is 0
#        Amount: 5                 # Amount of item
#        Permission: "umi.5m"      # permission to use
#        Displayname: "&65 Meters" # itemname
#        Lore:                     # item lore
#        - '&fDistance: &95'                
#        - '&7This is amzing plugin'        
#        Distance: 5               # distance of magnet
#                                          
# ####################################################### #
Prefix: "&f[&6&lUMI&f]: &r"
Message:
  Setto: "&aYou magnet have set to "
  NoPerm: "&cYou don't have permission to use this"
  TurnOff: "&7You have turn off Magnet"
  NoMagnetUse: "&6You're not use any magnet :("
  Relaod: "&cConfig has been reloaded"
Gui:
  Rows: 4
  TitleName: "&6&lMagnet Item"
  LoreClickToUse: "&aClick here to use"
  LoreNoPerm: "&cYou don't have permission to use this"
  # #
  TurnOff:
    Slot: 31
    ItemID: 152
    ItemData: 0
    Amount: 1
    Displayname: "&cTurn off Magnet"
    # #
    LoreNoMagnetUse: "&7You're not use any magnet"
    LoreYouAreUse: "&aNow you are use : &6%distance% Meters"
    # #
    Lore:
    - '&7Click here to turn off Magnet'
  # #
  Items:
    5m:
      Slot: 11
      ItemID: 95
      ItemData: 14
      Amount: 5
      Permission: umi.5m
      Displayname: '&65 Meters'
      Lore:
      - '&f- &fDistance: &95'
      - '&f- &7This is amzing plugin'
      Distance: 5
    10m:
      Slot: 12
      ItemID: 95
      ItemData: 0
      Amount: 10
      Permission: umi.10m
      Displayname: '&610 Meters'
      Lore:
      - '&f- &fDistance: &910'
      - '&f- &7Wow 10 meters'
      Distance: 10
    15m:
      Slot: 13
      ItemID: 95
      ItemData: 11
      Amount: 15
      Permission: umi.15m
      Displayname: '&615 Meters'
      Lore:
      - '&f- &fDistance: &915'
      - '&f- &7Amazing 15 meters'
      Distance: 15
    20m:
      Slot: 14
      ItemID: 95
      ItemData: 0
      Amount: 20
      Permission: umi.20m
      Displayname: '&620 Meters'
      Lore:
      - '&f- &fDistance: &920'
      - '&f- &7Amazing 20 meters'
      Distance: 20
    25m:
      Slot: 15
      ItemID: 95
      ItemData: 14
      Amount: 25
      Permission: umi.25m
      Displayname: '&625 Meters'
      Lore:
      - '&f- &fDistance: &925'
      - '&f- &7Amazing 25 meters'
      Distance: 25

 

Attachments

  • 2559-12-10_19.52.08.png
    2559-12-10_19.52.08.png
    153.8 KB · Views: 56
  • 2559-12-10_19.52.05.png
    2559-12-10_19.52.05.png
    147.7 KB · Views: 58
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Eric

Software Engineer
Supreme
Feedback score
14
Posts
1,760
Reactions
1,648
Resources
1
Looks great!
 

Cloth

Developer
Supreme
Feedback score
20
Posts
212
Reactions
239
Resources
0
Really cool. I'm curious, what would happen if two people with magnet enabled walked near the same drop?
 
Status
This thread has been locked.
Top