cheeezburga
cheeezburga
> > im not sure what you're talking about, cause it wouldn't be a boolean. > > I was thinking of it like this: (Example) Format Timespan: true if it...
> You can add it to #6640 if you want Is it as simple as adding a `[u]` to the pattern bit of the english.lang for armor stands?
> Just a note, the tick/move methods for ArmorStand are part of PaperAPI not Bukkit API, so you will have to do checks for that to prevent errors on Spigot...
> just some formatting A few edge case tests would also be good, eg put in a null variable, or a non-armor stand entity, etc. > > You should also...
Was wondering while making these if they could each be merged into just one condition, expression, and effect? Like, all the classes which are for either destroyable or placeable keys...
I think, for the most part, a lot of those issues that were there before should be better, if not fixed, now. When I finish work I'll try combining the...
> You should create tests for these syntax. For sure, was just gonna wait for the syntax to be finished first. The condition doesnt work rn, and I think @sovdeeth...
> > > You should create tests for these syntax. > > > > > > For sure, was just gonna wait for the syntax to be finished first. The...
> tests failing I think the reason tests are failing is because Paper just fully removed all the destroyable/placeable keys methods. And apparently got rid of the Namespaced class. What...
This is my first time doing any reflection kind of stuff, so I'm not entirely sure if the way that I've done this is correct and/or good. Did some fairly...