#
paper-api
Here are 15 public repositories matching this topic...
The Bukkit/Spigot/Paper API implementation for Fabric
-
Updated
Feb 5, 2022 - Java
NotMyFault
commented
Mar 8, 2022
Currently we only support legacy color codes with ampersands in /plot chat. Considering we're using Minimessage for (almost) everything everywhere else, it would make sense to support it here too. Gradients go brr
A guilds plugin for Bukkit/Spigot
minecraft
bukkit
spigot
bukkit-api
spigot-api
hcf
hardcore
factions
guilds
paperspigot
bestguilds
paper-api
-
Updated
Nov 28, 2018 - Java
The original war system for Towny, now with it's own repository. Celebrating over Ten Years of warfare.
-
Updated
Mar 21, 2022 - Java
-
Updated
May 30, 2021 - Python
【Tools】Face recognition and attribute segmentation using Python, dlib, and One Millisecond Face Alignment with an Ensemble of Regression Trees](http://www.cv-foundation.org/openaccess/content_cvpr_2014/papers/Kazemi_One_Millisecond_Face_2014_CVPR_paper.pdf).
-
Updated
Dec 9, 2020 - Python
Paper plugin written exclusively for the DeltaCube SMP. Supports 1.15.2.
-
Updated
Dec 24, 2021 - Java
TunaEye Bukkit/Bungeecord Wrapper
-
Updated
Nov 11, 2019 - Kotlin
Ein Varo Plugin das dem Exzellenzstatus der Technischen Universität Dresden gerecht wird :)
spigotmc
spigot-plugin
paper-plugin
paper-api
papermc
papermc-plugin
spigotmc-plugin
netminecraftserver
-
Updated
Dec 18, 2021 - Java
Prosty plugin napisany podczas nauki programowania w Javie
-
Updated
Sep 8, 2021 - Java
minecraft development workspace: server plugins and modes;
game
plugin
java
minecraft
maven
game-development
mode
minecraft-plugin
game-mode
paper-api
minecraft-mode
-
Updated
Aug 23, 2021 - Java
Bukkit plugin to make sleeping in Minecraft a lot better.
-
Updated
Jun 20, 2019 - Java
Improve this page
Add a description, image, and links to the paper-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the paper-api topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem?
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
Describe the solution you'd like.
I would like there to be a Entity#hideEntityByDefault w