This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Updated master to AT 1.3.8-14 (Servermod 3.7.0) #109
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add static commandaliases to all command classes - Move IsInsideJail & JailedPlayers list to ExentionMethods - New PlayerFile storage format, including new serializable classes - New Utility class with utilitary Methods - Minor optimizations
- Fixed Enumerator errors on changed collection OnRoundEnd / OnRoundRestart - Fixed WarpPoint serialization crash - Fixed `admintoolbox_logremover_hours_old` not working at all (also changed default from 48 hours to disabled) - New static system for getting AT related folder paths - General cleanup
- Closes #84 - Made Command take 1 less arg, defaults time to config `admintoolbox_atban_duration_default` (default 1 month)
This closes #87
…itForTeleport class - New Ban-Wehbook `admintoolbox_ban_webhooks` list config & `admintoolbox_ban_webhook_onkick` bool config - Trying something new with the EMPTY command, might be broken - Made TUTORIALS teleport to an existing `tutorial` warppoint if the command is used in SPECTATOR mode
closes #89
- Cleanup - More Cleanup - Change remaining ContainsKey to TryGetValue - Remove unused/unfinished feature - More XML
* Create FUNDING.yml
Lets try that one more time.
- ClosestDoor command - GrenadeMode command - InfiniteItem command - `admintoolbox_warps_remove_underground` config - Formatting fixes and cleanup
- SMod PluginManager does this automatically now
- Removed enum
This was
linked to
issues
Jul 22, 2020
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #84, resolves #98, resolves #99, resolves #100, resolves #106
Added
CLOSESTDOOR
command. For modifying the closest door to the playerLOCKDOORS
command. For locking/unlocking doors when interacted with. Toggable.RESPAWNLOCK
command. For stopping respawns. Toggable.GRENADEMODE
command. Adds a grenade to the users inventory when a grenade is used. Toggable.INFINITEITEM
command. Adds a new item of the same type when used/dropped. Toggable.Changed