Skip to content
#

paper

bukkit logo

Bukkit is a Minecraft server modification software and API, and while the original project itself is stale, forks like PaperMC and Spigot are actively maintained, and most plugins and servers use some variant of Bukkit.

Here are 2,351 public repositories matching this topic...

transferlearning
wuzhe1234
wuzhe1234 commented Mar 25, 2022

In order to achieve the expression like "Power($close, Rank($close, 14))" which is fairly common in fomulla alpha.

I guess we could use following code:

class Power(NpPairOperator): def __init__(self, feature_left, feature_right): super(PairPower, self).__init__(feature_left, feature_right, "power")

Finally, we could add a rpow magic method to Expression class

good first issue question
u9g
u9g commented Jan 23, 2022

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

type: feature status: accepted good first issue

Created by Nathan "Dinnerbone" Adams

Released December 22, 2010

Repository
Bukkit/Bukkit
Website
dev.bukkit.org

Related Topics

minecraft