mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Update index.md
This commit is contained in:
parent
da40ac65e3
commit
5920b62ecf
90
index.md
90
index.md
@ -22,9 +22,7 @@ Includes a records system, map zones (start/end marks etc), bonuses, HUD with us
|
|||||||
|
|
||||||
# Optional requirements, for the best experience:
|
# Optional requirements, for the best experience:
|
||||||
* [eventqueuefix](https://github.com/hermansimensen/eventqueue-fix)
|
* [eventqueuefix](https://github.com/hermansimensen/eventqueue-fix)
|
||||||
* Allows for timescaling boosters and is used to fix some exploits. (Use this isntead of `boosterfix`)
|
* Allows for timescaling boosters and is used to fix some exploits. (Use this instead of `boosterfix`)
|
||||||
* [Bunnyhop Statistics](https://forums.alliedmods.net/showthread.php?t=286135)
|
|
||||||
* Used for scroll styles and also required for TF2.
|
|
||||||
* [SteamWorks](https://forums.alliedmods.net/showthread.php?t=229556)
|
* [SteamWorks](https://forums.alliedmods.net/showthread.php?t=229556)
|
||||||
* Used to grab `{serverip}` in advertisements.
|
* Used to grab `{serverip}` in advertisements.
|
||||||
* [DynamicChannels](https://github.com/Vauff/DynamicChannels)
|
* [DynamicChannels](https://github.com/Vauff/DynamicChannels)
|
||||||
@ -53,12 +51,18 @@ Includes *but not limited to*: Custom chat messages and colors, snapshots, pausi
|
|||||||
Player commands:
|
Player commands:
|
||||||
!style, !styles, !diff, !difficulty - Choose your bhop style.
|
!style, !styles, !diff, !difficulty - Choose your bhop style.
|
||||||
!s, !start, !r, !restart - Start your timer.
|
!s, !start, !r, !restart - Start your timer.
|
||||||
!b, !bonus - Start your timer on the bonus track.
|
!b, !bonus, !b1, !b2, etc - Start your timer on the bonus track.
|
||||||
|
!m, !main - Start your timer on the main track.
|
||||||
!end - Teleport to endzone.
|
!end - Teleport to endzone.
|
||||||
!bend, !bonusend - Teleport to endzone of the bonus track.
|
!bend, !bonusend - Teleport to endzone of the bonus track.
|
||||||
!stop - Stop your timer.
|
!stop - Stop your timer.
|
||||||
!pause, !unpause, !resume - Toggle pause.
|
!pause, !unpause, !resume - Toggle pause.
|
||||||
!auto, !autobhop - Toggle autobhop.
|
!auto, !autobhop - Toggle autobhop.
|
||||||
|
|
||||||
|
Admin commands:
|
||||||
|
!deletemap (RCON flag) - Deletes all map data.
|
||||||
|
!wipeplayer (BAN flag) - Wipes all bhoptimer data for specified player.
|
||||||
|
!migration (ROOT flag) - Force a database migration to run.
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-wr (REQUIRED)
|
### shavit-wr (REQUIRED)
|
||||||
@ -70,11 +74,11 @@ Player commands:
|
|||||||
!wr, !worldrecord - View the leaderboard of a map. Usage: !wr [map]
|
!wr, !worldrecord - View the leaderboard of a map. Usage: !wr [map]
|
||||||
!bwr, !bworldrecord, !bonusworldrecord - View the *bonus* leaderboard of a map. Usage: !bwr [map]
|
!bwr, !bworldrecord, !bonusworldrecord - View the *bonus* leaderboard of a map. Usage: !bwr [map]
|
||||||
!recent, !recentrecords, !rr - View the recent #1 times set.
|
!recent, !recentrecords, !rr - View the recent #1 times set.
|
||||||
|
!pb, !time, !times - View a player's times on a specific map.
|
||||||
|
|
||||||
Admin commands: (RCON flag)
|
Admin commands: (RCON flag)
|
||||||
!delete, !deleterecord, !deleterecords - Opens a record deletion menu interface.
|
!delete, !deleterecord, !deleterecords - Opens a record deletion menu interface.
|
||||||
!deletall - Deletes all the records for this map.
|
!deletall - Deletes all the records for this map.
|
||||||
!deletestylerecords - Deletes all the records for a style.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-zones (REQUIRED)
|
### shavit-zones (REQUIRED)
|
||||||
@ -83,18 +87,24 @@ Zones are trigger based and are very lightweight.
|
|||||||
|
|
||||||
The zones plugin includes some less common features such as: Multiple tracks (main/bonus), zone editing (after setup), snapping zones to walls/corners/grid, zone setup using the cursor's position, configurable sprite/colors for zone types, zone tracks (main/bonus - can be extended), manual adjustments of coordinates before confirmations, teleport zones, glitch zones, no-limit zones (for styles like 400-velocity), flat/3D boxes for zone rendering, an API and more.
|
The zones plugin includes some less common features such as: Multiple tracks (main/bonus), zone editing (after setup), snapping zones to walls/corners/grid, zone setup using the cursor's position, configurable sprite/colors for zone types, zone tracks (main/bonus - can be extended), manual adjustments of coordinates before confirmations, teleport zones, glitch zones, no-limit zones (for styles like 400-velocity), flat/3D boxes for zone rendering, an API and more.
|
||||||
|
|
||||||
It also contains support for built-in map timers (KZ) and the [Fly](https://github.com/3331/fly) zoning standard.
|
It also contains support for built-in map timers (KZ) and the [Fly](https://github.com/PMArkive/fly) zoning standard.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Player commands:
|
||||||
|
!set, !setstart, !ss, !sp, !startpoint - Set your current position as the teleport location on restart.
|
||||||
|
!deletestart, !deletesetstart, !delss, !delsp - Delete your spawn point.
|
||||||
|
!drawallzones, !drawzones - Draws all zones (if the server has the cvar for this enabled).
|
||||||
|
|
||||||
Admin commands: (RCON flag)
|
Admin commands: (RCON flag)
|
||||||
!zones, !mapzones - Opens the mapzones menu.
|
!zones, !mapzones, !addzone - Opens the mapzones menu.
|
||||||
!deletezone - Delete a mapzone.
|
!deletezone, !delzone - Delete a mapzone.
|
||||||
!deleteallzones - Delete all mapzones.
|
!deleteallzones - Delete all mapzones.
|
||||||
!modifier - Changes the axis modifier for the zone editor. Usage: !modifier <number>
|
!modifier - Changes the axis modifier for the zone editor. Usage: !modifier <number>
|
||||||
!addspawn - Adds a custom spawn location.
|
!addspawn - Adds a custom spawn location.
|
||||||
!delspawn - Deletes a custom spawn location.
|
!delspawn - Deletes a custom spawn location.
|
||||||
!zoneedit, !editzone, !modifyzone - Modify an existing zone.
|
!zoneedit, !editzone, !modifyzone - Modify an existing zone.
|
||||||
!setstart, !spawnpoint, !ss, !sp - Set your restart position & angles in a start zone.
|
!setstart, !spawnpoint, !ss, !sp - Set your restart position & angles in a start zone.
|
||||||
|
!tptozone - Teleport to a zone.
|
||||||
|
|
||||||
Admin commands: (ROOT flag)
|
Admin commands: (ROOT flag)
|
||||||
!reloadzonesettings - Reloads the zone settings.
|
!reloadzonesettings - Reloads the zone settings.
|
||||||
@ -116,32 +126,58 @@ Player commands:
|
|||||||
|
|
||||||
Admin commands: (CHAT flag)
|
Admin commands: (CHAT flag)
|
||||||
!ccadd - Give a user ccname & ccmsg access by steamid. Usage: !ccadd <steamid>
|
!ccadd - Give a user ccname & ccmsg access by steamid. Usage: !ccadd <steamid>
|
||||||
!ccdelete - Remove a user's ccname & ccmsg access that was granted by !ccadd. Usage: !ccdelete <steamid>
|
|
||||||
!cclist - Print the custom chat setting of all online players.
|
|
||||||
|
|
||||||
Admin commands: (ROOT flag)
|
Admin commands: (ROOT flag)
|
||||||
|
!ccdelete - Remove a user's ccname & ccmsg access that was granted by !ccadd. Usage: !ccdelete <steamid>
|
||||||
|
!cclist - Print the custom chat setting of all online players.
|
||||||
!reloadchatranks - Reloads the chatranks config file.
|
!reloadchatranks - Reloads the chatranks config file.
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-hud
|
### shavit-hud
|
||||||
The HUD plugin is `bhoptimer`'s OSD frontend.
|
The HUD plugin is `bhoptimer`'s OSD frontend.
|
||||||
It shows most (if not all) of the information that the player needs to see.
|
It shows most (if not all) of the information that the player needs to see.
|
||||||
`shavit-hud` integrates with [Bunnyhop Statistics](https://github.com/shavitush/bhopstats) for CS:S.
|
|
||||||
|
|
||||||
Some features are: Per-player settings (!hud), truevel, and gradient-like display (CS:GO).
|
Some features are: Per-player settings (!hud), truevel, and gradient-like display (CS:GO).
|
||||||
|
|
||||||
```
|
```
|
||||||
Player commands:
|
Player commands:
|
||||||
!hud, !options - Opens the HUD settings menu.
|
!hud, !options - Opens the HUD settings menu.
|
||||||
|
!keys, !showkeys, !showmykeys - Draw plugin keys on screen.
|
||||||
|
!master, !masterhud - Toggles the HUD.
|
||||||
|
!center, !centerhud - Toggles the center text HUD.
|
||||||
|
!zonehud - Toggles the zone HUD.
|
||||||
|
!hidewep, !hideweap, !hideweapon - Toggles weapon hiding.
|
||||||
|
!2dvel, !truevel, !truvel - Toggles 2D ('true') velocity.
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-mapchooser
|
### shavit-mapchooser
|
||||||
Replaces `mapchooser` to provide `bhoptimer` integration into nomination and map vote menus.
|
Replaces `mapchooser` to provide `bhoptimer` integration into nomination and map vote menus.
|
||||||
|
|
||||||
|
```
|
||||||
|
Admin commands: (CHANGEMAP flag)
|
||||||
|
!forcemapvote - Forces the map vote to happen.
|
||||||
|
!reloadmaplist - Reloads the maplist.
|
||||||
|
!reloadmap, !restartmap - Reloads the current map.
|
||||||
|
!loadunzonedmap - Loads a random map from the maps folder that is unzoned.
|
||||||
|
```
|
||||||
|
|
||||||
|
### shavit-checkpoints
|
||||||
|
This plugin handles checkpoint related things such as segmented runs & savestates/persistent-data.
|
||||||
|
|
||||||
|
```
|
||||||
|
Player commands:
|
||||||
|
!cp, !cpmenu, !checkpoint, !checkpoints - Opens the checkpoints menu.
|
||||||
|
!save - Saves a checkpoint.
|
||||||
|
!tele - Teleports to a checkpoint (default: 1). Usage: !tele [number]
|
||||||
|
!prevcp - Selects the previous checkpoint.
|
||||||
|
!nextcp - Selects the next checkpoint.
|
||||||
|
!deletecp - Deletes the current checkpoint.
|
||||||
|
```
|
||||||
|
|
||||||
### shavit-misc
|
### shavit-misc
|
||||||
This plugin handles miscellaneous things used in bunnyhop servers.
|
This plugin handles miscellaneous things used in bunnyhop servers.
|
||||||
|
|
||||||
Such as: Segmented runs, team handling (respawning/spectating too), spectators list (!specs), smart player hiding that works for spectating too, teleportation to other players, weapon commands (!knife/!usp/!glock) and ammo management, segmented checkpoints, noclipping (can be set to work for VIPs/admins only), drop-all, godmode, prespeed blocking, prespeed limitation, chat tidying, radar hiding, weapon drop cleaning, player collision removal, auto-respawning, spawn points generator, radio removal, scoreboard manipulation, model opacity changes, fixed runspeed, automatic and configurable chat advertisements, player ragdoll removal, and WR messages.
|
Such as: team handling (respawning/spectating too), spectators list (!specs), smart player hiding that works for spectating too, teleportation to other players, weapon commands (!knife/!usp/!glock) and ammo management, noclipping (can be set to work for VIPs/admins only), drop-all, godmode, prespeed blocking, prespeed limitation, chat tidying, radar hiding, weapon drop cleaning, player collision removal, auto-respawning, spawn points generator, radio removal, scoreboard manipulation, model opacity changes, fixed runspeed, automatic and configurable chat advertisements, player ragdoll removal, and WR messages.
|
||||||
|
|
||||||
```
|
```
|
||||||
Player commands:
|
Player commands:
|
||||||
@ -150,10 +186,8 @@ Player commands:
|
|||||||
!hide, !unhide - Toggle players' hiding.
|
!hide, !unhide - Toggle players' hiding.
|
||||||
!tpto, !goto - Teleport to another player. Usage: !tpto [target]
|
!tpto, !goto - Teleport to another player. Usage: !tpto [target]
|
||||||
!usp, !glock, !knife - Spawn a USP/Glock/Knife.
|
!usp, !glock, !knife - Spawn a USP/Glock/Knife.
|
||||||
!cp, !cpmenu, !checkpoint, !checkpoints - Opens the checkpoints menu.
|
|
||||||
!save - Saves checkpoint (default: 1). Usage: !save [number]
|
|
||||||
!tele - Teleports to checkpoint (default: 1). Usage: !tele [number]
|
|
||||||
!nc, !prac, !practice, !noclipme, +noclip, sm_noclip - Toggles noclip.
|
!nc, !prac, !practice, !noclipme, +noclip, sm_noclip - Toggles noclip.
|
||||||
|
!adverts - Prints all adverts to the client.
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-rankings
|
### shavit-rankings
|
||||||
@ -175,7 +209,7 @@ Admin commands: (ROOT flag)
|
|||||||
!recalcall - Recalculate the points for every map on the server. Run this after you change the ranking multiplier for a style or after you install the plugin.
|
!recalcall - Recalculate the points for every map on the server. Run this after you change the ranking multiplier for a style or after you install the plugin.
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-replay
|
### shavit-replay-playback
|
||||||
Creates a replay bot that records the players' world records and playback them on command (!replay/automatic).
|
Creates a replay bot that records the players' world records and playback them on command (!replay/automatic).
|
||||||
The replay bot playback can be stopped (if central) and the saved replay can be deleted by server administrators.
|
The replay bot playback can be stopped (if central) and the saved replay can be deleted by server administrators.
|
||||||
Replay bots will change their clan tags/names according to the server's configuration.
|
Replay bots will change their clan tags/names according to the server's configuration.
|
||||||
@ -188,6 +222,9 @@ Admin commands: (RCON flag)
|
|||||||
!deletereplay - Open replay deletion menu.
|
!deletereplay - Open replay deletion menu.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### shavit-replay-recorder
|
||||||
|
This is now the actual plugin that records the replays. ||I wanted to split shavit-replay so I could deal with reloading plugins without losing replay data better.||
|
||||||
|
|
||||||
### shavit-sounds
|
### shavit-sounds
|
||||||
Will play custom sounds when event actions happen.
|
Will play custom sounds when event actions happen.
|
||||||
Such as: Getting a world record, improving your own record, getting the worst record in the server, beating a map for the first time or setting a rank #X record.
|
Such as: Getting a world record, improving your own record, getting the worst record in the server, beating a map for the first time or setting a rank #X record.
|
||||||
@ -199,11 +236,30 @@ It displays rankings, maps done, maps left, server records, SteamID, country, ma
|
|||||||
```
|
```
|
||||||
Player commands:
|
Player commands:
|
||||||
!p, !profile, !stats - Show the player's profile. Usage: !profile [target]
|
!p, !profile, !stats - Show the player's profile. Usage: !profile [target]
|
||||||
|
!mapsdone - Shows the maps the player has finished.
|
||||||
|
!mapsleft - Shows maps that the player has not finished yet.
|
||||||
|
!playtime - Shows the top playtime list.
|
||||||
```
|
```
|
||||||
|
|
||||||
### shavit-timelimit
|
### shavit-timelimit
|
||||||
Sets a dynamic map time limit according to the average completion time of the map.
|
Sets a dynamic map time limit according to the average completion time of the map.
|
||||||
|
|
||||||
|
```
|
||||||
|
Admin commands: (CHANGEMAP flag)
|
||||||
|
!extend, !extendmap - Extend the map.
|
||||||
|
```
|
||||||
|
|
||||||
|
### shavit-tas
|
||||||
|
Provides autostrafers and other TAS related functionality.
|
||||||
|
|
||||||
|
```
|
||||||
|
Player commands:
|
||||||
|
+autostrafer/-autostrafer, !autostrafer - Toggle the autostrafer.
|
||||||
|
+autoprestrafe/-autoprestrafe, !autoprestrafe - Toggle automatically prestrafing.
|
||||||
|
+autojumponstart/-autojumponstart, !autojumponstart - Toggle jumping automatically on start.
|
||||||
|
+edgejump/-edgejump, !edgejump - Toggle edge jumping.
|
||||||
|
```
|
||||||
|
|
||||||
# Recommended plugins:
|
# Recommended plugins:
|
||||||
* [MomSurfFix](https://forums.alliedmods.net/showthread.php?p=2680743) ([github](https://github.com/GAMMACASE/MomSurfFix))
|
* [MomSurfFix](https://forums.alliedmods.net/showthread.php?p=2680743) ([github](https://github.com/GAMMACASE/MomSurfFix))
|
||||||
- Makes surf ramps less likely to stop players. (Ramp bug / surf glitch)
|
- Makes surf ramps less likely to stop players. (Ramp bug / surf glitch)
|
||||||
@ -229,3 +285,5 @@ Sets a dynamic map time limit according to the average completion time of the ma
|
|||||||
### CS:GO
|
### CS:GO
|
||||||
* [NoViewPunch](https://github.com/hermansimensen/NoViewPunch)
|
* [NoViewPunch](https://github.com/hermansimensen/NoViewPunch)
|
||||||
- Removes the viewpunch from landing in CS:GO.
|
- Removes the viewpunch from landing in CS:GO.
|
||||||
|
* [CS:GO Movement unlocker](https://forums.alliedmods.net/showthread.php?t=255298)
|
||||||
|
- Enables prespeeding (no 240 velocity cap for runspeed anymore)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user