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
| Hey Tyler, basically to explain u how to refresh a scoreboard is todo this: | |
| To update every second, you need create a new Runnable. Or you can update the scoreboard per line. | |
| Explain code: | |
| Update every second: | |
| new BukkitRunnable() { | |
| @Override | |
| public void run() { |
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
| Created by @KuroiSH | |
| ##Getting the banlist.## | |
| There are two banlists that you can choose from: the Name banlist and the IP banlist. | |
| The Name banlist will ban a user with a specific name. To get this banlist, you would use as next: | |
| _> Bukkit.getBanList(Banlist.Type.NAME) | |
| _> Bukkit.getBanList(Banlist.Type.IP) |
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
| knmi.nl | |
| uwv.nl | |
| rijksoverheid.nl | |
| belastingdienst.nl | |
| werk.nl | |
| kvk.nl | |
| overheid.nl | |
| duo.nl | |
| politie.nl | |
| koninklijkhuis.nl |
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
| @import url("https://tropix126.github.io/BetterDiscordStuff/blockBetterDocs.css");@import url('https://raw.githack.com/codedotspectra/themes/master/mini-themes/settingsIcons.css');.attachButtonInner-1iyZ9F svg path,.guildInner-3DSoA4 a svg g,.messageGroupBlocked-3wrQQX,.welcomeMessage-3_Mcht{display:none}:root{--primary:#0066ff;--primaryT:rgba(0, 102, 255,.25);--primary2:#0047b3;--dark:#141418;--medium:#18191d;--light:#2e3038;--HomeButtonImg:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIgIHhtbG5zOmlua3NjYXBlPSJo |
NewerOlder