Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
### Keybase proof | |
I hereby claim: | |
* I am richaardev on github. | |
* I am richaardev (https://keybase.io/richaardev) on keybase. | |
* I have a public key ASCeSDhjdzrvxIHPWX2XrBbJeOg4j7qdoSZne-NHMJpfego | |
To claim this, I am signing this object: |
{ | |
"remote.WSL.fileWatcher.polling": true, | |
"remote.WSL.fileWatcher.pollingInterval": 100, | |
// Github Settings | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
// Workbench settings |
package me.richaardev.wplotaddon.utils | |
import com.plotsquared.core.plot.Plot | |
import me.richaardev.wplotaddon.wPlotAddon | |
import net.minecraft.network.protocol.game.ClientboundInitializeBorderPacket | |
import net.minecraft.network.protocol.game.ClientboundSetBorderCenterPacket | |
import net.minecraft.world.level.border.WorldBorder | |
import org.bukkit.Bukkit | |
import org.bukkit.craftbukkit.v1_18_R2.CraftWorld | |
import org.bukkit.craftbukkit.v1_18_R2.entity.CraftPlayer |