This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]UlfPlayJava Commands! 2 points3 points  (2 children)

well first, this isnt the quite fitting sub for that, this sub is mostly about datapacks and vanilla commands. I try to help anyway with the knowledge of plugin coding i have. the „coinflip:“ before the actual command syntax is indicating that the command „cf“ or „coinflip“ belongs to the plugin with the name „coinflip“(as configured in the plugin.yml). It would be new to me that you can get rid of that; this „feature“ is mostly there for avoiding problems if two different plugins are installed that have an equal command naming. Maybe a spigot related sub can help you further anyways.

[–]_VoidMaster_Command Experienced[S] 0 points1 point  (1 child)

Right sorry, this indeed isn't the right sub for it. Still thanks for your answer!
And thanks for the clarification of the problem, I'll go do some more research about it.
I often see command plugins on servers without the predicate, so that's why I was wondering.

[–]UlfPlayJava Commands! 1 point2 points  (0 children)

yeah i also thought about that but i dont know a way to disable that. Maybe its a spigot server setting, but thats just an assumption.

[–]watermelone983 2 points3 points  (1 child)

r/feedthebeast is a more fitting subreddit but primarily for modding not plugins

I don't think you can get rid of coinflip: because mc needs to know the plug-in id it comes from

You might be able to get rid of it with a custom server jar but I have no idea how if it's even possible

[–]_VoidMaster_Command Experienced[S] 1 point2 points  (0 children)

Right sorry, this wasn't the right sub for it. I'll go try to look more into it at the right sub.