RedLight-GreenLight | 1.21.4 SUPPORT! | icon

RedLight-GreenLight | 1.21.4 SUPPORT! | -----

A Red Light, Green Light mini game based off the Netflix series Squid Games | Now supporting Folia |



[------------------------------------------------------------------------------------------------------------------------------------------------------------------------]

Permission:

'redlight.*' - Grants all permissions (given to OP by default).
'redlight.command.*' - The ability to use all game commands.
'redlight.command.joinall' - The ability to use the joinall command.
'redlight.command.leaveall' - The ability to use the leaveall command.
'redlight.bypass.gamemode' - The ability to bypass the gamemode switching.
'redlight.bypass.commands' - The ability to bypass the blocked commands list.
'redlight.bypass.joinwipe' - The ability to bypass the inventory wipe on server join.
'redlight.help' - The ability to view an in game plugin help menu.
'redlight.update' - The ability to be notified if an update is available.
'redlight.reload' - The ability to reload the plugin's config.yml.

[------------------------------------------------------------------------------------------------------------------------------------------------------------------------]

Default Config:

Code (YAML):
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[RedLight-GreenLight]----                                   #
#                                     ----[By Loving11ish]----                                      #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[Plugin Config File]----                                    #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#RedLightGreenLight config for version: 2.6.1

#General settings
developer-debug-mode
:
  #Do you want to see a lot of debug messages in console when most actions are performed?
  #OPTIONS: 'true'/'false', PLACEHOLDERS: none, DEFAULT:'false'
  enabled
: false

#Do you want players inventories to be wiped on join?
#This can bypassed using permission node 'redlight.bypass.joinwipe'
wipe-inventory-on-join
: false

#Do you want RedLight-GreenLight to handle server join spawn location (World/Server join lobby)?
handle-player-join-spawn-event
: true

#Do you want to send a welcome title for players joining the server?
send-welcome-title
: true
#Welcome-player-to-server-title:
welcome-player-title
: "&a&lWelcome To RedLight-GreenLight!"
welcome-player-subtitle
: "&ePlease use /redlight join"

#Do you want to disable the plugin use in certain worlds?
#To not use this, comment out the world's listed below and add '[]' after 'Disabled-worlds:'
disabled-worlds
:
 - "world_nether"
  - "world_the_end"

#Do you want the player to be made invulnerable on join?
join-player-invulnerable
: true

#Do you want the player to be made invulnerable on game leave?
leave-player-invulnerable
: true

#Do you want to disable ALL hunger loss?
disable-global-hunger-drain
: false

#Do you want to disable hunger loss ONLY for players in a RedLight-GreenLight game?
disable-in-game-hunger-drain
: true

#World/server join lobby position
#Join-lobby-position:
lobby-position
:
  world-name
: "world"
  x
: -233.0
  y
: 52.2
  z
: 24.0
  yaw
: 0.0
  pitch
: -0.0

#List below commands that are blocked during gameplay.
#This can bypassed using permission node 'redlight.bypass.commands'
#Any changes made to this list require a server restart or reload to take effect!
blocked-commands-in-game
:
 - "/spawn"
  - "/home"
  - "/sethome"
  - "/back"
  - "/tp"
  - "/suicide"
  - "/gamemode"
  - "/gmc"
  - "/gmsp"
  - "/thru"
  - "/tpa"
  - "/tpask"
  - "/warp"

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                       ----[ARENA SETUP]----                                       #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

#How many players should be in the arena for the game to start?
arena-start-size
: 4

#How long do you want the game starting countdown to be? (In seconds.)
game-starting-countdown-length
: 10

#How long do you want the total length of the game? (In seconds. 300 = 5 mins)
total-game-length
: 300

#Set the arena starting position for the players
#Arena-position:
arena-start
:
  world-name
: "world"
  x
: -220.5
  y
: 50.0
  z
: 161.5
  yaw
: 0.0
  pitch
: -6.0

#Do you want the losers to spectate the game in progress?
losers-spectate-game
: true
#Set the location of the spectator spawn.
#Spectator-position:
arena-spectate
:
  world-name
: "world"
  x
: -220.5
  y
: 50.0
  z
: 161.5
  yaw
: 0.0
  pitch
: -6.0

#The following section sets the detection of the WINNING ZONE.
#Simply make the floor of the WINNING ZONE out of the below block combination.
#EXAMPLE: Block under player -          COAL_BLOCK
#EXAMPLE: Block under (-Y) COAL_BLOCK - GOLD_BLOCK
top-trigger-block
: COAL_BLOCK
bottom-trigger-block
: GOLD_BLOCK

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#Below sets how long of a delay there is before the RedLight movement detection checks for movement.#
#This can be changed from '50 - 950'.  ANYTHING OVER 950 WILL CAUSE ERRORS!                         #
#                    DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU'RE DOING!                          #
redLight-delay-checking-time
: 600                                                                   #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

#Do you want to run any commands when a player wins?
run-win-commands
: true
#Enter the list of commands to be run below. (All commands are executed by the console)
#Any changes made to this list require a server restart or reload to take effect!
win-commands-list
:
 - "xp add %player% 10 levels"
  - "effect give %player% minecraft:speed 10 1"

#Do you want to run any commands when a player loses?
run-lose-commands
: true
#Enter the list of commands to be run below. (All commands are executed by the console)
#Any changes made to this list require a server restart or reload to take effect!
lose-commands-list
:
 - "effect give %player% minecraft:poison 10 0"

#Do you want players to be struck with lightning whn they loose?
smite-losing-players
: true
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
 

[------------------------------------------------------------------------------------------------------------------------------------------------------------------------]

Default Messages:

Code (YAML):
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                   ----[RedLight-GreenLight]----                                   #
#                                     ----[By Loving11ish]----                                      #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#                                  ----[Plugin Messages File]----                                   #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
#RedLightGreenLight messages for version: 2.6.1

#Prefix for all messages.
prefix
: "&f[&4&lRL&r&c-&a&lGL&f]"

#Game messages
joined-game
: "&aYou have joined the game.\n&aNow prepare to move only when told!"
command-send-error
: "&cSorry, that command cannot be run during gameplay!"
failed-join-arena
: "&cYou are already part of a game.\n&cUse &e/redlight leave &cto return to main lobby."
successful-leave-game
: "&aYou left the game and were teleported back to the lobby!"
player-not-in-game
: "&cYou are not currently in a game!"
waiting-for-enough-players
: "&eYou are now in the queue to play.&r\n&eNow waiting for enough players to begin the game.&r\n&eUse &b/redlight leave &eto leave the game."
game-already-running
: "&cSorry there is already a game running!"
no-game-running
: "&cSorry there is not currently a game running!"
spectating-message
: "&aYou are now spectating the arena! \n&aUse &b/redlight leave &a to return to spawn."

round-end-title
: "&eNo One Won The Game!"
round-end-subtitle
: "&a&lGG's All Round"

greenLight-message
: "&aGreen Light"
#Do you want the RedLight message to be sent as a title & in chat?
redLight-title-enable
: true
redLight-message
: "&cRed Light"

game-start-title
: "&a&lLet The Race Begin!"
game-start-subtitle
: "&bBeat everyone to the finish line!"

game-win-title
: "&6&lCongratulations!  You Made it!"
game-win-subtitle
: "&bLets wait and see who will join you"

game-loose-title
: "&c&lOOF You didn't stand still!"
game-loose-subtitle
: "&4Better luck next time!"

#Do you want the players to be shown a title when they leave the game?
show-leave-game-title
: false
game-leave-title
: "&a&lYou Left The Game!"
game-leave-subtitle
: "&eThank you for playing!"

#Incorrect-command-syntax-console:
console-syntax-error
:
 - "&4Please provide an argument!\n"
  - "&4redlight reload\n"
  - "&4redlight help\n"

plugin-reload-beginning
: "&aBeginning plugin reload..."
plugin-reload-successful
: "&aPlugin reload complete!"
plugin-reload-broadcast
: "&aThe plugin is being reloaded!\n&aPlease wait until the plugin is reloaded before starting a new game."
disabled-world-message
: "&4&lRedLight&r&c-&a&lGreenLight has been disabled in this world."
no-permission
: "&cYou do not have permission to do that!"
unknown-command
: "&cCommand not found! Use &e/redlight help."

#Plugin-update-messages:
update-available
:
  1
: "&4*-------------------------------------------*"
  2
: "&cA new version is available!"
  3
: "&4*-------------------------------------------*"
no-update-available
:
  1
: "&a*-------------------------------------------*"
  2
: "&aPlugin is up to date!"
  3
: "&a*-------------------------------------------*"
update-check-failure
: "&4Unable to check for updates! - &c"

#Plugin-help-messages:
help-command
:
 - "&e[--------------- &b[RedLight-GreenLight] &e----------------]\n"
  - "&f/red join &7- &dThis command joins the game.\n"
  - "&f/red leave &7- &dThis command leaves the game.\n"
  - "&f/red joinall &7- &dThis command adds all players to the game.\n"
  - "&f/red leaveall &7- &dThis forces all players to leave the game.\n"
  - "&f/red help &7- &dThis command shows this help menu.\n"
  - "&f/red reload &7- &dThis command reloads the config.\n"
  - "&e[------------------- &bPermissions &e---------------------]\n"
  - "&fredlight.*\n"
  - "&fredlight.help\n"
  - "&fredlight.reload\n"
  - "&fredlight.command.joinall\n"
  - "&fredlight.command.leaveall\n"
  - "&fredlight.bypass.joinwipe\n"
  - "&fredlight.bypass.commands\n"
  - "&fredlight.bypass.gamemode\n"
  - "&e[---------------------------------------------------]\n"
  - "&fPlugin Version
: &a%version%\n"
  - "&e[---------------------------------------------------]"
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

[------------------------------------------------------------------------------------------------------------------------------------------------------------------------]
Resource Information
Author:
----------
Total Downloads: 1,957
First Release: Oct 15, 2021
Last Update: Yesterday at 7:19 PM
Category: ---------------
All-Time Rating:
3 ratings
Find more info at patreon.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings