⚔️ Last Man Standing ⚔️ - [1.8]

NULLED MC PLUGIN ⚔️ Last Man Standing ⚔️ - [1.8] 1.1.1

No permission to download
Last Man Standing [1.8]
A fun pvp-based gamemode for any server
[IMG]

  • Fun PvP-based Event
  • Whitelisted Commands in Event
  • Easily edit Event Gear and Weapons (items.yml)
  • Leaderboard of Top Winners (/lms top)
  • Automatic Event Schedule System
  • Hologram Placeholders (check Placeholders section)
[IMG]

  • /lms start - Starts the event
  • /lms stop- Stops the event
  • /lms join - Join the event
  • /lms leave - Leave the event
  • /lms top - Display the top winners
  • /lms setspawn - Sets the event spawn location
  • /lms tpspawn- Teleports you to the event spawn location
  • /lms schedule <time> - Schedules a event
  • /lms listschedule - Lists all scheduled events
  • /lms next - Shows the time until the next event
[IMG]

  • lms.command.use - Permission to use /lms
  • lms.command.start - Permission to use /lms start
  • lms.command.stop - Permission to use /lms stop
  • lms.command.join - Permission to use /lms join
  • lms.command.leave - Permission to use /lms leave
  • lms.command.top - Permission to use /lms top
  • lms.command.setspawn - Permission to use /lms setspawn
  • lms.command.tpspawn- Permission to use /lms tpspawn
  • lms.command.schedule- Permission to use /lms schedule
  • lms.command.listschedule- Permission to use /lms listschedule
  • lms.command.next- Permission to use /lms next
  • lms.whitelistedcommands.bypass - Permission to bypass the whitelist commands while in the event
[IMG]

HolographicDisplays
{lms_top_1}
- Gets the 1st place player on /lms top
{lms_top_2} - Gets the 2nd place player on /lms top
{lms_top_3} - Gets the 3rd place player on /lms top
{lms_next_time} - Gets the time until the next event

PlaceholderAPI
%lms_next_time%
- Gets the time until the next event

[IMG]


Spoiler: Screenshots
[IMG]
[IMG]
[IMG]


[IMG]

Spoiler: config.yml
Code:
# LMS created by Dreewww

############################################################
# +------------------------------------------------------+ #
# | General | #
# +------------------------------------------------------+ #
############################################################
prefix: '&4&lLMS &7┃ '
must-be-player: '&cMust be a player to run this command'
no-permission: '&cNo Permission'
reload: '&aConfig.yml Successfully Reloaded!'
help:
- ''
- '&4&lLast Man Standing'
- '&7/lms start &fStarts the event'
- '&7/lms stop &fStops the event'
- '&7/lms join &fJoin the event'
- '&7/lms leave &fLeave the event'
- '&7/lms top &fDisplay the top winners'
- '&7/lms setspawn &fSets the event spawn location'
- '&7/lms tpspawn &fTeleports you to the event spawn location'
- '&7/lms schedule &fSchedules a LMS event'
- '&7/lms listschedule &fLists all of the scheduled LMS events'
- '&7/lms next &fShows the time until the next LMS event'
- ''
no-event-running: '&7There isnt an LMS event running'
already-in-game: '&7There is currently an LMS event running'
winner: '&c%WINNER% &7has defeated &c%LOSER% &7to win the LMS Event'
death: '&c%PLAYER% &7has been eliminated from the LMS Event &8(&c%CURRENT_PLAYERS% players remain&8)'
minimum-players: 2
max-players: 20
countdown: 10
must-have-clear-inventory: '&cYou need a empty inventory and armor slots to join this event!'
invalid-command: '&cThat command isnt allowed during an LMS event'
whitelisted-commands:
- /feed
- /ct
reward-commands:
- eco give %PLAYER% 50000
removed-for-teleporting: '&7You have been removed from the LMS event for teleporting'
removed-for-taking-damage: '&7You have been removed from the LMS event for taking damage'
teleport-to-spawn-command: 'spawn %PLAYER%' # Command ran to teleport the player back to spawn.

############################################################
# +------------------------------------------------------+ #
# | LMS Wait | #
# +------------------------------------------------------+ #
############################################################
lms-wait:
action-bar:
enabled: true
countdown: 5
format: '&6&l%COUNTDOWN%'
end: '&c&lLMS has Begun'
countdown-message-interval: # What countdown number should send a number?
- '5'
- '4'
- '3'
- '2'
- '1'
############################################################
# +------------------------------------------------------+ #
# | LMS Spawn | #
# +------------------------------------------------------+ #
############################################################
lms-spawn:
usage: '&7/lms setspawn'
invalid-location: '&7The spawn location in the config.yml is invalid (use /lms setspawn)'
set-spawn: '&7Successfully updated the lms spawn location to &c%LOCATION%&7'
teleported: '&7Successfully teleported to the lms spawn location'
world: world_name
x: -62
y: 133
z: 40

############################################################
# +------------------------------------------------------+ #
# | /lms start | #
# +------------------------------------------------------+ #
############################################################
lms-start:
success:
- ''
- ' &4&lLast Man Standing'
- ' &c%PLAYER% &7has started a LMS event'
- ' &7Run &c/lms join &7to compete'
- ''
starting-soon: '&7The LMS Event is starting in &c%COUNTDOWN% &7seconds'
not-enough-players: '&7There wasnt enough players to start the LMS Event'
already-starting: '&cThere is already a LMS Event starting soon.'

############################################################
# +------------------------------------------------------+ #
# | /lms stop | #
# +------------------------------------------------------+ #
############################################################
lms-stop:
success: '&c%PLAYER% &7has ended the LMS Event'

############################################################
# +------------------------------------------------------+ #
# | /lms join | #
# +------------------------------------------------------+ #
############################################################
lms-join:
already-joined: '&7You have already joined the LMS Event'
must-be-in-survival: false
invalid-gamemode: '&7You must be in Survival to join the LMS event'
already-full: '&7The LMS Event is already full'
clear-inventory: '&7Please clear your inventory and armor before joining the LMS event'
success: '&c%PLAYER% &7has joined the LMS Event &8(&c%CURRENT_PLAYERS%/%MAX_PLAYERS%&8)'

############################################################
# +------------------------------------------------------+ #
# | /lms leave | #
# +------------------------------------------------------+ #
############################################################
lms-leave:
not-in-event: '&7You aren''t in the LMS Event'
all-players-left: '&7The LMS event has been cancelled due to all players leaving'
game-already-started: '&7You cannot leave an active LMS Event'
success: '&c%PLAYER% &7has left the LMS Event &8(&c%CURRENT_PLAYERS%/%MAX_PLAYERS%&8)'

############################################################
# +------------------------------------------------------+ #
# | /lms top | #
# +------------------------------------------------------+ #
############################################################
lms-top:
no-results: '&7There arent any LMS results.'
values: '&8[&4&l%POSITION%&8] &c%PLAYER_NAME% &7- %WINS%'
results:
- '&8&m----------------------------------------------------'
- '&4&lLMS Top &7&o(Wins)'
- ''
- '%VALUES%'
- ''
- '&8&m----------------------------------------------------'

############################################################
# +------------------------------------------------------+ #
# | /lms status | #
# +------------------------------------------------------+ #
############################################################
lms-status:
success:
- ''
- '&4&lLMS Status'
- ''
- '&4* &cStatus &7%STATUS%'
- '&4* &cPlayers &7%PLAYERS%'
- ''

############################################################
# +------------------------------------------------------+ #
# | /lms schedule | #
# +------------------------------------------------------+ #
############################################################
lms-schedule:
usage:
- ''
- '&4&lScheduling a LMS'
- ''
- '&7/lms schedule <time>'
- '&7Current Time: &f%CURRENT_TIME%'
- ''
- '&4Note: &7Make sure to include a &8"&7:&8" &7to separate the'
- '&7hour from the minute and &8"&7am/pm&8"'
- ''
- '&4&lExamples'
- '&8» &c/lms schedule 8:00am'
- '&8» &c/lms schedule 12:00pm'
invalid-time: '&cPlease enter a valid time &8(&cie: "21:00"&8)'
invalid-hour: '&cPlease enter a valid hour &8(&cie: 0-24&8)'
invalid-minute: '&cPlease enter a valid minute &8(&cie: 00-59&8)'
success: '&7A LMS event will now start at &c%TIME%&7.'

############################################################
# +------------------------------------------------------+ #
# | /lms listschedule | #
# +------------------------------------------------------+ #
############################################################
lms-list-schedule:
none: '&cThere are no scheduled LMS events.'
values: '&8» &c%TIME%'
success:
- ''
- '&4&lScheduled LMS Events'
- '&7Current Time: &f%CURRENT_TIME%'
- ''
- '%VALUES%'
- ''

############################################################
# +------------------------------------------------------+ #
# | /lms next | #
# +------------------------------------------------------+ #
############################################################
lms-next:
success: '&7The next LMS event will start in &c%TIME%'


[IMG]
Need Support? Please join my Discord server by clicking the logo above or use this link: https://discord.gg/88ekwP6.
Author
Administrator
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top