Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update? #19

Open
wants to merge 165 commits into
base: master
Choose a base branch
from
Open

Update? #19

wants to merge 165 commits into from

Conversation

LucasGe564
Copy link

Will you update to 13.0?

* Added some utilities for the Devs in case they want to deactivate the command and can be replaced.

* Replace command no longer clears player inventory
* Now players will not be able to use the .afk command if they are in a moving elevator.
 * This fixes a bug where if a player used the command while the elevator was moving the replacement player would fall into the void.
* New afk component
   * More legible
   * It is no longer possible to have players in Overwatch be considered to replace a player
   * Minor optimization by caching the player's RoleBase instead of invoking it every 1 second
    *
* Events for when a player is detected AFK
* Now when using the .afk command the player will have to stay still for X amount of time, if he moves or dies the command will be cancelled.

* It is possible to put a limit of uses to the .afk command, the number of uses increases when the command is successfully executed (when you are moved to spectator).

* Now when looking for a replacement, we will look for the player in spectator who has been in that role the longest.

* It is no longer possible for players in Overwatch to be chosen as replacements

* It is recommended to delete the ``on_success`` configuration due to the changes made, it is not mandatory.
* New afk component
   * More legible
   * Minor optimization by caching the player's RoleBase instead of invoking it every 1 second
* Events for when a player is detected AFK
* Now when using the .afk command the player will have to stay still for X amount of time, if he moves or dies the command will be cancelled.

* It is possible to put a limit of uses to the .afk command, the number of uses increases when the command is successfully executed (when you are moved to spectator).

* Now when looking for a replacement, we will look for the player in spectator who has been in that role the longest.

* It is no longer possible for players in Overwatch to be chosen as replacements

* It is recommended to delete the ``on_success`` configuration due to the changes made, it is not mandatory.
* Recompile for SL 13.2.0
Rebuild for pluginapi-beta branch
* Removing log.warning on plugin load.

* Trying to fix the bug that when a SCP is replaced the termination announcement is played.
* Added UserIdIgnored

* Changed how i get the SCP-079 camera rotation
* Rework of the component and EventArgs
* Fixing crash with dummys
* Removing unnecesary Log.Info
* Fixed an issue where player replacement was not working properly.
* Fixing a bug with the component dont checking the 'uafk.ignore' for detecting afk players
* Added disable replacement in the config file

* The permission 'uafk.detectiondisabled' has been added and it will disable the detection of afk but not the replacement, players with uafk.detectiondisabled can be replace players afk
Updated for SL13.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants