BungeeCord optional mode (AutoJoin arenas when you join the server)
Scoreboard
Blocks placed counter
Blocks will fall when the map resets
A custom setting called "reducer knockback". What this does is when you hit the npc not only do you take knockback but the bot will too (only vertical)
Player ran commands when joining / leaving arena
Cosmetics for sticks and blocks
Island selector
Inventory sort
Minecraft Plugin
BedClutch
Status:Available on Spigot
Fully customizable hit settings
Custom GUI
Diagonal & Straight hits
Redo your last clutch by left clicking the clutch item!
Minecraft Plugin
Knockback FFA
Status:Available on Spigot
Customizable Join and leave message for joining / leaving the arena.
Multiple arena support
Custom kill messages
Earn ender perals from killing people!
Minecraft Plugin
SimpleCPS
Status:Available on Spigot
View other players CPS in your hotbar using the /cps <player> command
Just install the plugin and it works - No configuration needed.
Extremely accurate - Almost never wrong.
Minecraft Plugin
ClientInfo
Status:Available on Spigot
View brand of player client.
View forge mods of player.
View labymod addons of player.
Made in TypeScript
PieChat
Status:Available
A fully working chat website like discord.
Authentication using a custom oauth like system with pies.cf
Channels to seperate different conversations
Live messaging using Socket.IO
Admin tag for website admins.
List of users in your current chat on the sidebar.
Made in Javascript
PieLang
Status:Available
Coding language I made for fun
Syntax is quite werid but I find it intresting
Fully Interpreted by Javascript
Extendable using JavaScript (Modules)
More infomation on website
Made in Javascript
ReverseProxy
Status:Private
A reverse proxy like nginx or apache
Resposne based on host header which allows you to use the same server for multiple websites.
Full web control panel to configure your proxy.
Proxy - When a request is made it can proxy to another server to handle the request.
Text - When a request is made it will resposne with some HTML.
Redirect - When a request is made it will redirect to a new page.
Firewall - Only allow requests from a certain IP Addresses / Ranges. This can be setup globally or per proxy.
Trust Proxy - When a request is made the IP Address in a header will be used when checking the firewall instead of the request IP
Modfiy Request Headers - Modify the headers sent in a request. If you need to change a header such as the host header you can change it.
Suspend - If you need to suspend a website you can put it in a suspended state which all requests are blocked by the proxy.
Maintenance - Similar to suspend, maintenance will block all requests to your website but instead show a maintenance error than suspended error.