This file contains hidden or 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
| some cool links to UT Registration Plus from Longhorn Developers (LHD). You can also see ideas/development on the public Discord! | |
| To directly chat with us, see what we're up to, or even join the Minecraft server we run for UT, look no further than: | |
| Our Discord: https://discord.gg/Ars4cWVxJJ | |
| Our GitHub: https://github.com/Longhorn-Developers/UT-Registration-Plus | |
| Minecraft server ip is mc.longhorns.dev (no whitelist) |
This file contains hidden or 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
| // If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950 | |
| // @author (former) phpenterprise | |
| Linkedin = { | |
| config: { | |
| scrollDelay: 3000, | |
| actionDelay: 1000, | |
| nextPageDelay: 1000, | |
| // set to -1 for no limit | |
| maxRequests: -1, |
This file contains hidden or 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
| # Simple whitelist denial alert | |
| - Trigger: com.destroystokyo.paper.event.profile.ProfileWhitelistVerifyEvent | |
| Channel: shields | |
| Conditions: | |
| - "#event.isWhitelistEnabled()" | |
| - "!#event.isWhitelisted()" | |
| Embed: | |
| Color: "#ff6b6b" | |
| Title: "Denied." | |
| Description: | |