SupremeEssentials

Description

This plugin actually contains as the name says it several essentials. In addition, we also add all kinds of small features that are not really worthy of a separate plugin.

Features

Creating your own placeholders

With this feature you can create your own placeholders by means of a specific item with a specific name and lore.

#  ____  _                _           _     _               
# |  _ \| | __ _  ___ ___| |__   ___ | | __| | ___ _ __ ___ 
# | |_) | |/ _` |/ __/ _ \ '_ \ / _ \| |/ _` |/ _ \ '__/ __|
# |  __/| | (_| | (_|  __/ | | | (_) | | (_| |  __/ |  \__ \
# |_|   |_|\__,_|\___\___|_| |_|\___/|_|\__,_|\___|_|  |___/
#

# With this feature you can create your own placeholders responding to certain items. 
# vote, rare, ultra and god are items for the crates, used in the keys exchange menu to exchange them. 
#   Using the follwing command will output the number of items that match these exchange-items.
#       /papi parse me %supremeessentials_exchange_items_votekey% (if you have 1 vote key, it will output 1)
# Make sure you use the exact same text on the crate keys name and lores in order to use the 'key exchange menu' correctly.

exchange-items:
  votekey: #%supremeessentials_exchange_items_votekey%
    material: TRIPWIRE_HOOK
    name: '&eVoting Crate Key'
    lore:
      - '&7Click the &aVoting &7crate chest'
      - '&7to use this key'
      - '&r'
      - '&fContains:'
      - '  &8◊ &7Uses: &e1'
      - '  &8◊ &7Raritys up to: &e✦✦✦✦&7✦'
      - '&r'
      - '&6Right click!'

When holding 1 TRIPWIRE_HOOK, with as name &eVoting Crate Key and a lore the same as in the code block above, will have as outcome on the %supremeessentials_exchange_items_votekey% placeholder 1.

Use the following command to check the specified placeholder:

  • /papi parse me %supremeessentials_exchange_items_votekey%

This feature can be very handy! We use it for our crate key exchange menu with which you can exchange different crate keys for better ones.

Supply drop

To make the supply drop (crates dropping in the warzone filled with random rewards players can fight for) a little less boring we added a few simple extra messages in means of a action bar.

#  ____                    _         ____                  
# / ___| _   _ _ __  _ __ | |_   _  |  _ \ _ __ ___  _ __  
# \___ \| | | | '_ \| '_ \| | | | | | | | | '__/ _ \| '_ \ 
#  ___) | |_| | |_) | |_) | | |_| | | |_| | | | (_) | |_) |
# |____/ \__,_| .__/| .__/|_|\__, | |____/|_|  \___/| .__/ 
#             |_|   |_|      |___/                  |_|

# Actionbar messages for the Supple Drop event.
envoy-actionbar:
  start: '&aA Supply Crate Event has started!'
  end: '&cThe Supply Crate Event has ended!'
  open: '&e{player} &fhas claimed a &6&lSupply Crate&f, &e{left} &fleft!'

Blocked items

With this small feature you are able to block certain items from being used in certain regions, like your server spawn.

#  ____  _            _            _   ___ _                     
# | __ )| | ___   ___| | _____  __| | |_ _| |_ ___ _ __ ___  ___ 
# |  _ \| |/ _ \ / __| |/ / _ \/ _` |  | || __/ _ \ '_ ` _ \/ __|
# | |_) | | (_) | (__|   <  __/ (_| |  | || ||  __/ | | | | \__ \
# |____/|_|\___/ \___|_|\_\___|\__,_| |___|\__\___|_| |_| |_|___/
#

# Items that cannot be used in certain region.
no-use-regions:
- spawn
- flyfordonor
blocked-items:
- BOW # this will deny the use of a bow in the regions mentioned above
- TRIDENT
- FISHING_ROD
- CROSSBOW
- EGG

Spawn locations

These spawn locations are used when a player first joined your server. You can also set up to always move players to the same location when they rejoin your server.

#  ____                                __  _       _         _                 _   _                 
# / ___| _ __   __ ___      ___ __    / / | | ___ (_)_ __   | | ___   ___ __ _| |_(_) ___  _ __  ___ 
# \___ \| '_ \ / _` \ \ /\ / / '_ \  / /  | |/ _ \| | '_ \  | |/ _ \ / __/ _` | __| |/ _ \| '_ \/ __|
#  ___) | |_) | (_| |\ V  V /| | | |/ / |_| | (_) | | | | | | | (_) | (_| (_| | |_| | (_) | | | \__ \
# |____/| .__/ \__,_| \_/\_/ |_| |_/_/ \___/ \___/|_|_| |_| |_|\___/ \___\__,_|\__|_|\___/|_| |_|___/
#       |_|                                                                                          

# If set to true, a player who rejoins the server will always get teleported to this location.
location:
  enabled: false
  world: world
  x: 0.5
  y: 80.0
  z: 0.5
  yaw: -224.99939
  pitch: -5.1000304

# This location is being used for players who joins the server for the first time.   
first-location:
  enabled: true
  world: world
  x: 0.5
  y: 80.5
  z: 0.5
  yaw: -87.74942
  pitch: -7.5000324

Night vision

Night vision is a handy perk for your donators. This feature allows your players to easily turn on their night vision by means of a command to be able to see better in, for example, a cave.

#  _   _ _       _     _    __     ___     _             
# | \ | (_) __ _| |__ | |_  \ \   / (_)___(_) ___  _ __  
# |  \| | |/ _` | '_ \| __|  \ \ / /| / __| |/ _ \| '_ \ 
# | |\  | | (_| | | | | |_    \ V / | \__ \ | (_) | | | |
# |_| \_|_|\__, |_| |_|\__|    \_/  |_|___/_|\___/|_| |_|
#          |___/                                         
  
# Options for Nigh Vision.
NightV:
  Prefix: '&6&lNight&e&lVision&r &8➠ &e'
  NvonForYou: 'You enabled night vision.'
  NvoffForYou: 'You disabled night vision.'
  NvonFromOtherPlayerSuccess: 'Successfully enabled NV for %player%'
  NvoffFromOtherPlayerSuccess: 'Successfully disabled NV for %player%'
  NvonFromOtherPlayer: '%player% enabled your NightVision'
  NvoffFromOtherPlayer: '%player% disabled your NightVision'
  NoPerm: 'You do not have the permission to use this feature.'
  PlayerNotFoundToGiveNV: '&ccould not find player %player%'
  ShouldDrinkingAMilkBucketTakeAwayNV: true
CommandPermissionDescription

/nightvision, /nv

nightvision.use

Toggles the night vision.

Earnings hologram

Every time you get or lose money, this hologram will be shown (just for you). A small detail but still a great one!

#  _   _       _                                     
# | | | | ___ | | ___   __ _ _ __ __ _ _ __ ___  ___ 
# | |_| |/ _ \| |/ _ \ / _` | '__/ _` | '_ ` _ \/ __|
# |  _  | (_) | | (_) | (_| | | | (_| | | | | | \__ \
# |_| |_|\___/|_|\___/ \__, |_|  \__,_|_| |_| |_|___/
#                      |___/                         

# Money earnings hologram
take-hologram: '&c&l-{tokens}'
give-hologram: '&a&l+{tokens}'
distance-vector: 2.85

Spawner break tool

This feature allows players to break spawners with a specific item and permission.

#  ____                                         _____           _ 
# / ___| _ __   __ ___      ___ __   ___ _ __  |_   _|__   ___ | |
# \___ \| '_ \ / _` \ \ /\ / / '_ \ / _ \ '__|   | |/ _ \ / _ \| |
#  ___) | |_) | (_| |\ V  V /| | | |  __/ |      | | (_) | (_) | |
# |____/| .__/ \__,_| \_/\_/ |_| |_|\___|_|      |_|\___/ \___/|_|
#       |_|                                                       

# Spawner breaker tool enabled or disabled
no-perms-to-break-spawner: '&cYou need to be player level 20 to break spawners.'
no-tool-to-break-spawner: '&cYou need the right tool to break spawners. /spawner'
break-spawner-name: '&eSpawner &fBreaker'
spawner-breaker-tool-feature: true

There is one permission available for the spawner tool:

  • supremeessentials.break.spawner

This permission gives you access to the spawner breaker tool.

We use DeluxeMenus where players are able to actually claim this tool. /spawner

Last updated