GlowUp ! SALE ! Over 66% off for first 10 buyers

 GlowUp ! SALE ! Over 66% off for first 10 buyers 1.0.3

GlowUp ! SALE ! Over 66% off for first 10 buyers

hO3u68J.png

Original Link:

GlowUp is a lightweight cosmetic plugin with both a toggle and a unique preferences menu which allows players to set when their player will glow (for example a player might choose: never when sneaking, always when gliding/riptiding, and when standing, sleeping, swimming or dying if toggled on).

Features

  • Toggle your own glow with /glow! (permission: glowup.command.glow)
  • Toggle or set other player's glow with /glow <playerName> [true|on|false|off] (permission: glowup.command.glow.other)
  • Glow toggle status configurably survives player session and server reboots!
  • Set your preferences in an easy to use inventory GUI with /glowup
  • Choose if glow respects toggle status or is always enabled/disabled across 7 different poses (Standing, Sneaking, Gliding, Riptiding, Swimming, Sleeping, and Dying).
  • Permissions allowing you to customise which preferences player can edit.
  • All player-visible messages are translatable (default english en_gb.yml provided)
  • Survival-friendly; will not get in the way of survival play
  • Plugin targets 1.14, but works in lower versions too (with some features disabled)
  • Tested with 1.13.2 and 1.14.2, but should work in lower versions too.
Setup

  1. Place plugin in plugins directory
  2. Restart server
  3. give players relevant permissions. To toggle glow with /glow, they will need glowup.command.glow. To set preferences with /glowup they will need glowup.command.glowup.
Optional Setup

Set Permissions for individual preferences:
  • glowup.preference.pose.standing
  • glowup.preference.pose.sneaking
  • glowup.preference.pose.swimming
  • glowup.preference.pose.spinattack (riptiding)
  • glowup.preference.pose.sleeping
  • glowup.preference.pose.dying
  • glowup.preference.pose.fallflying (elytra gliding)
The above preference permissions are true by default, but will still need permission to use /glowup command as above. Setting any of these preference permissions to false will hide the preference in the menu, if you would rather still show the preference but disable a player's ability to edit it you can set the permission to false, but set the "view" permission to true. For example, set glowup.preference.pose.standing to false, and glowup.preference.pose.standing.view to true.

Config

config.yml
preferences:
pose:
standing:
defaultValue: UNSET
sneaking:
defaultValue: UNSET
swimming:
defaultValue: UNSET
spinattack:
defaultValue: UNSET
fallflying:
defaultValue: UNSET
sleeping:
defaultValue: UNSET
dying:
defaultValue: UNSET
loadPlayerToggles: true
lang: en_gb

prefeferences.pose.<pose>.defaultValue sets the default preference to give players in their /glowup preference menu. Options are ON (always glow), OFF (never glow) and UNSET (glow if player's glow status is currently toggled on with /glow). (Default: UNSET)
loadPlayerToggles controls if player's glow toggle should be loaded from their previous session when they join. If set to false, they will not glow when rejoining, even if their glow had been toggled on when they last left the server. (Default: true)
lang dictates which language file to use. Default is en_gb which will load messages from lang/en_gb.yml.

en_gb.yml

Code (YAML):

# Default GlowUp language file (en_gb).
#

# Preference options
#
# Each preference available in the /glowup menu is represented with the following language:
# Name: The named given to the icon representing this preference.
# Description: The discription displayed as lore on the icon representing this preference.
preferences:
poseStanding:
name: Standing Pose
description: The default standing pose.
poseSneaking:
name: Sneaking Pose
description: The pose assumed when sneaking.
poseSwimming:
name: Swimming Pose
description: The pose assumed when swimming and crawling.
poseSpinAttack:
name: Spin Attack Pose
description: The pose assumed when riptiding with a trident.
poseFallFlying:
name: Fall Flying Pose
description: The pose assumed when gliding with an Elytra.
poseSleeping:
name: Sleeping Pose
description: The pose assumed when sleeping in a bed.
poseDying:
name: Dying Pose
description: The pose assumed when Dying.

# GUI
#
# language relating to the /glowup menu.
gui:
# title: displayed at the top of the inventory menu.
title: GlowUp Preferences
# no_permission_to_edit_preference: Displayed below the preference description in the menu when the player does not have permission to edit a particular preferrence.
no_permission_to_edit_preference: You do not have permission to edit this preference.

# The /glowup command is disabled in Versions of Minecraft earlier than 1.14, as the functionality is not available in that version. This message is displayed to players who try to use the /glowup command in earlier versions.
command_not_available_in_this_version: This command is not available in this version of Minecraft.

# Commands
#
# Messages displayed to users when using GlowUp commands
commands:
# /glow
glow:
# player does not have permission to toggle their own glow status (/glow)
no_permission_toggle_self: You do not have permission to toggle your glow.
# player does not have permission to toggle other player's glow status (/glow <name>)
no_permission_toggle_other: You do not have permission to toggle other player's glow.
# Player successfully toggled own glow status on (/glow)
toggle_self_on_success: You are now glowing.
# player successfully toggled own glow status off (/glow)
toggle_self_off_success: You are no longer glowing.
# player's current preferences override current toggle status; displayed when toggling glow status.
toggle_self_override_warning: Your current preferences override your toggle status when standing. Use /glowup to set your preferences.
# player successfully toggled other player's glow status on (/glow <name> [true|on]
toggle_other_on_success: '%target% is now glowing.'
# player successfully toggled other player's glow status off (/glow <name> [false|off]
toggle_other_off_success: '%target% is no longer glowing.'
# Command sender is not a player (console?)
not_player: You must be a player to toggle your glow status.
# Player did not specify a valid (online) player name when toggling other player's glow (/glow <name>)
target_not_valid: That player is not online.
# /glowup
glowup:
# player does not have permission to alter own preferences
no_permission_self: You do not have permission to alter your preferences.
# player does not have permission to alter other player's preferences
no_permission_other: You do not have permission to alter other player's preferences.
# Command sender is not a player (console?)
not_player: You must be a player to edit preferences.
# Player did not specify a valid (online) player name when editing other player's glowup preferences (/glowup <name>)
target_not_valid: That player is not online.

# Console
#
# Messages displayed in the server console, never to players.
console:
# Displayed during start up if the server is running an earlier version of Minecraft which does not support certain features.
server_below_minecraft_version: 'This server is not yet running Minecraft version %min_version% or above; disabling some features.'


Notes

GlowUp is provided with the default en_gb language file. If you have translated this plugin into another language, please share your language files with us in the discussion tab!

The plugin is built for Spigot 1.14, however effort has been made to make it compatible with lower versions. In 1.13.2 (and below) preferences and the /glowup command are disabled.

Similar resources

GlowUp ! SALE ! Over 66% off for first 10 buyers qtChan
Glow up with a healthy glow effect! Player cosmetic w/ gui menu
0.00 star(s) 0 ratings
Downloads
32
Updated
!! 20% SALE !! ⭕ Marcely's Bedwars ⭕ Supports 1.8 - 1.18 ⭐⭐⭐⭐⭐ EST. 2015 LeakedSquid
✨ NO. 1 BEDWARS PLUGIN ✨350+ CONFIGURATIONS ✨ 0 LAG ✨ MULTI ARENA ✨ NETWORK-READY ✨
0.00 star(s) 0 ratings
Downloads
32
Updated
!! 20% SALE !! ⭕ Marcely's Bedwars ⭕ Supports 1.8 - 1.19 ⭐⭐⭐⭐⭐ EST. 2015 Dekomori
✨ NO. 1 BEDWARS PLUGIN ✨350+ CONFIGURATIONS ✨ 0 LAG ✨ MULTI ARENA ✨ NETWORK-READY ✨
4.20 star(s) 25 ratings
Downloads
2,630
Updated
BlackSpigot General Chat
Rules Help Users
    K @ kole2412: Hy I need to download OpenTunel designer. I am student from Montenegro who want to learn in that...
    Top