Duelist Plugin Kits Setup and tested #22

Open
opened 2021-02-27 09:37:52 -05:00 by SickProdigy · 3 comments
SickProdigy commented 2021-02-27 09:37:52 -05:00 (Migrated from github.com)

Each wipe it should auto setup the place.

Each wipe it should auto setup the place.
SickProdigy commented 2021-02-27 09:49:18 -05:00 (Migrated from github.com)
https://umod.org/plugins/duelist
SickProdigy commented 2021-02-27 09:49:33 -05:00 (Migrated from github.com)

Admin Chat Commands:

/duel announce -- manually announce duelist to all players
/duel ban playername -- ban/unban a player from dueling
/duel custom -- create a dueling zone at the location you are looking at
/duel new [tp] -- create a dueling zone at a random location on the map, and teleport to it if tp is also specified.
/duel remove -- remove a dueling zone at the location you are at. this will also delete all zone walls associated with the zone
/duel removeall -- remove all dueling zones. this will also delete all zone walls
/duel resetseed -- reset win/loss/ratio ladder stats for the seed
/duel remove_all_walls -- destroys all high external walls on the server which have an owner id greater than 0 and do not belong to a player. See the FAQ for more information on this command.
/duel save -- force, an otherwise automatic, save of all data
/duel spawns -- show all automatically created or custom spawn points for the zone you are at
/duel spawns add -- create a custom spawn point at the location you are looking at
/duel spawns remove -- remove the closet custom spawn point to you
/duel spawns removeall -- remove all custom spawn points near you
/duel spawns wipe -- wipe all custom spawn points
/duel tp -- teleport to the nearest dueling zone with priority for players in 1v1 matches
/duel tpm -- teleport to the nearest dueling zone with priority for players in TDM matches
/duel on -- enable players to 1v1 and TDM
/duel off -- disable players from 1v1 and TDM

Admin Console Commands:

duel on|off|new|removeall|resetseed

Player Chat Commands (1v1):

/duel playername -- challenge a player to a 1v1
/duel accept -- accept a 1v1 challenge
/duel allow -- toggle allowing players to challenge you
/duel cancel|decline -- cancel or decline a 1v1
/duel bet [itemname] [amount] -- create a bet
/duel block playername -- block a specific player from challenging you
/duel chat -- toggle showing 1v1/tdm defeat messages
/duel claim -- claim all won bets
/duel kit [kitname] -- show all available kits, or set your priority for your kit using the specified kit name
/duel ready -- ready up for a rematch in 1v1 or TDM

Player Chat Commands (TDM):

/tdm playername -- challenge a player to a TDM
/tdm [code] -- join a private match using the provided code
/tdm accept -- accept a TDM challenge
/tdm any -- join any public TDM or any TDM where the host is an ally
/tdm cancel|decline -- cancel or decline a TDM
/tdm leave -- leave your match
/tdm kit [kitname] -- view all kits or set the kit used for your match before it starts (hosts only)
/tdm kickban playername -- ban/unban a player from your match (hosts only)
/tdm public -- toggle your team as public or private (hosts only)
/tdm setcode code -- view or set the code your team (hosts only)
/tdm size # -- set the size of your match (2 for 2v2, 3 for 3v3, 5 for 5v5, etc) (hosts only)

Duelist GUI:

Use /dui to access the GUI
Accept -> Accept a 1v1 or TDM request
Decline -> Decline a 1v1 or TDM request
Kits -> Select the kit for your next 1v1, or the kit for a TDM match if you're a host
Public -> Toggle your TDM match as public or private
TDM -> Join a specific public match, or set the size of your match
Queue -> Join or leave the 1v1 queue
Any -> Join any match that is public is belongs to an ally
Ready -> Ready up for a rematch in 1v1 or TDMMatches refresh when updatedGUI closes when a 1v1/TDM match starts and reopens after it ends
Admin Chat Commands: /duel announce -- manually announce duelist to all players /duel ban playername -- ban/unban a player from dueling /duel custom -- create a dueling zone at the location you are looking at /duel new [tp] -- create a dueling zone at a random location on the map, and teleport to it if tp is also specified. /duel remove -- remove a dueling zone at the location you are at. this will also delete all zone walls associated with the zone /duel removeall -- remove all dueling zones. this will also delete all zone walls /duel resetseed -- reset win/loss/ratio ladder stats for the seed /duel remove_all_walls -- destroys all high external walls on the server which have an owner id greater than 0 and do not belong to a player. See the FAQ for more information on this command. /duel save -- force, an otherwise automatic, save of all data /duel spawns -- show all automatically created or custom spawn points for the zone you are at /duel spawns add -- create a custom spawn point at the location you are looking at /duel spawns remove -- remove the closet custom spawn point to you /duel spawns removeall -- remove all custom spawn points near you /duel spawns wipe -- wipe all custom spawn points /duel tp -- teleport to the nearest dueling zone with priority for players in 1v1 matches /duel tpm -- teleport to the nearest dueling zone with priority for players in TDM matches /duel on -- enable players to 1v1 and TDM /duel off -- disable players from 1v1 and TDM Admin Console Commands: duel on|off|new|removeall|resetseed Player Chat Commands (1v1): /duel playername -- challenge a player to a 1v1 /duel accept -- accept a 1v1 challenge /duel allow -- toggle allowing players to challenge you /duel cancel|decline -- cancel or decline a 1v1 /duel bet [itemname] [amount] -- create a bet /duel block playername -- block a specific player from challenging you /duel chat -- toggle showing 1v1/tdm defeat messages /duel claim -- claim all won bets /duel kit [kitname] -- show all available kits, or set your priority for your kit using the specified kit name /duel ready -- ready up for a rematch in 1v1 or TDM Player Chat Commands (TDM): /tdm playername -- challenge a player to a TDM /tdm [code] -- join a private match using the provided code /tdm accept -- accept a TDM challenge /tdm any -- join any public TDM or any TDM where the host is an ally /tdm cancel|decline -- cancel or decline a TDM /tdm leave -- leave your match /tdm kit [kitname] -- view all kits or set the kit used for your match before it starts (hosts only) /tdm kickban playername -- ban/unban a player from your match (hosts only) /tdm public -- toggle your team as public or private (hosts only) /tdm setcode code -- view or set the code your team (hosts only) /tdm size # -- set the size of your match (2 for 2v2, 3 for 3v3, 5 for 5v5, etc) (hosts only) Duelist GUI: Use /dui to access the GUI Accept -> Accept a 1v1 or TDM request Decline -> Decline a 1v1 or TDM request Kits -> Select the kit for your next 1v1, or the kit for a TDM match if you're a host Public -> Toggle your TDM match as public or private TDM -> Join a specific public match, or set the size of your match Queue -> Join or leave the 1v1 queue Any -> Join any match that is public is belongs to an ally Ready -> Ready up for a rematch in 1v1 or TDMMatches refresh when updatedGUI closes when a 1v1/TDM match starts and reopens after it ends
SickProdigy commented 2021-02-27 10:13:34 -05:00 (Migrated from github.com)

So what needs to be setup:

1: Auto create duelist zone on map wipe.
2: Make sure it's enabled for everyone by default and they can disable by etc. show in /help
3: Setup kits for people to use for each gun basically. Along with walls and other pvp items. make sure the deployable items is on the list (duelist config on the server says which deployables can be used)

So what needs to be setup: 1: Auto create duelist zone on map wipe. 2: Make sure it's enabled for everyone by default and they can disable by etc. show in /help 3: Setup kits for people to use for each gun basically. Along with walls and other pvp items. make sure the deployable items is on the list (duelist config on the server says which deployables can be used)
Sign in to join this conversation.
No description provided.