I cant get colored chat to work, only via /list will it show my prefix etc but in normal chat its all white. I didnt want chat channels so I have just those disabled.
It works fine for me using the latest version of Forge, Sponge and Core. Which versions are you using? Are there any errors? Is your Chat.conf setup properly?
What about to add ability to rename commands (and maybe subcommands) through config file ? Primary meaning of this is translation to other languages. Nice example of this idea is /rules command.
Can you add a random warp with region constraints? Something a user could type in like, /warp random Random or /warp random Neverland or something, and set up a warp.conf file that contains limits of the randomizing and a list of warps? Something like thisā¦
Random {
"corner1-xyz"=x4000y60z-4000
"corner2-xyz"=x-4000y60z4000
}
Neverland {
"corner1-xyz"=x350y200z450
"corner2-xyz"=x150y200z250
}
Probably a lot easier to ask than to write, but it would be an awesome thing to put in the rules for new users that just want to be randomly dropped somewhere in the world, or maybe just find a new home. I also donāt know if it is possible to make sure they arenāt spawned in the middle of the ground/ocean, or many meters in the air and fall to their death.
Is it possible to make a āFull-Nickā, that the name over your head change, not only in the chat⦠But I think it is not possible to change the skin into a random one when you are nicked, or? I know this function from a server⦠There the skin change when you are nicked into a random one⦠It works!
I dont know if itās possible with the latest sponge version⦠It would be cool i think, then the admins on big servers would not be bothered constantlyā¦
Discovered because I have some animal spawners to help people gather some basic supplies by the protected spawn area, the server was running a little laggy because I was testing stuff around the spawn, butchered 1000+ entities and the spawner blocks also disappeared.
Hey, Iām using this and it seems as though you have an interesting āAutocompleteā type of system, but any chance of TAB complete too? And worlds⦠I made a new world with the commands, restarted the server, and had to redo the command to iitialize the world again, so my question is any chance of keeping track of the worlds and auto loading them on startup? Thanks!
Keep Inventory seems to only work when you do /kill. Not on any other occasions. Like when dying in lava, you lose your items. Is this a conflict in your plugin?
Out of curiosity, why have you put the config file in the mods/Core folder, rather than in the config folder? It kind of feels out of place, as the default location for config files in Sponge is the config folder (see this page on the docs) - my personal preference would be to have the configuration files all in one place, rather than scattered over different folders. Is that something you would consider?
I understand that they want you to have all the config files at a central place. However: I like to to have all the content related to one plugin located in the plugins folder. Rather than having config/core.conf and mods/core/whatever.conf you just got one central place regarding the plugin. Plugins which just contain one config file should use the config folder though in my opinion.