Releases: Vurv78/VExtensions
Releases · Vurv78/VExtensions
VExtensions 0.3.2 / 2.20.2021
Update that adds some new StarfallEx functions
- Added player:trusts(player) SHARED (This acts exactly as E2's trust function did, before sparky nerfed it recently so now you can only get friend status to people you're friends with.)
- Added printLocal(...) CLIENT (Pretty much printGlobal, but with slightly less restrictions and prints to the local client)
- Added printLocalLimits() CLIENT Returns maximum chars in printLocal message, maximum args.
- Added canPrintLocal() CLIENT Returns whether you can printLocal, since it is still restricted by a 4 calls per second burst limit.
VExtensions 0.3.1 / 2.11.2021
Rewrite printGlobal, except again...
- Rename e2helperfuncs to e2core
- Rename tests to run_tests
- Update documentation for printGlobal to be more concise
- Make printGlobal alerts be hidden based off of who sent them, so now lastPrintG* functions will be hidden if you were not sent the message personally.
- PrintGlobal now just cuts off your message at the character limit instead of erroring your chip.
- Added a lot more examples to the readme and /examples/
VExtensions 0.3.0 / 1.24.2021
- Add runString function
- Add VExtensions/tests to test E2 code through vex_test
- Add vex_version, which tells you the version on the server + The most recent release.
- Overhaul printGlobal, remove printglobal burstmax convar.
- Add burstManager_sh in modules
- Add tests in modules/server
VExtensions 0.2.0 / 1.8.2021
Finally another release. This along with the tag of v0.2.0 are huge understatements but there has been a lot added and fixed from now and the last release.
This adds a vital security / crash fix, so update to this asap.
VExtensions 0.1.0 / 11.16.2020
It should be stable rn