Sam Riddle

Results 30 comments of Sam Riddle

Sounds awesome. One thing to note is that, in the next update, I am going to force the `Object onValueRequest(Player, Optional)` as the method needing implementation and provide a default...

Nucleus has official support through [Nucleus Gluon](https://ore.spongepowered.org/dualspiral/Nucleus-Gluon) which interconnects the two plugins. Any placeholders available through Nucleus are available through this plugin.

So I've been playing with the idea of the parser system, and I've come up with some ideas: - Use regex on `%...%` placeholders and json/hocon on `{...}` placeholders -...

It's likely that I will adopt something like that, though I think using contexts in some way is more important since they are named. If there is no source but...

Oops clicked the wrong button.

I am still figuring out how I want to go about making this update as there are a lot of things that would have to be changed, and if I...

Another rough idea I have: I would like to create an asynchronous handling system for placeholders; that way, if a placeholder takes a long time to parse (for instance a...

Could you post your economy plugin's config file? What's likely happening is the name you use in the placeholders isn't the same as the one used in config, though it...

Which plugin is using (displaying) the placeholders? I cannot replicate this on my end, having multiple users and parsing properly works.

There isn't really a good way to get the block the player is looking at. What needs to be done for this becomes computationally expensive, and so making it a...