Separate names with a comma.
That is my fault. I haven't had a chance to update the Wiki in a while as I've been busy preparing things for my server for the 6.0 release. I...
No. I'm not speaking of these specific cases. But in implementing a global banning solution, you need to consider other cases. For example....
I believe 7Days to Dies' CBSM might hold a possibility. Their implementation of the global server ban allows any server to ban a user. Server...
I am always uneasy of global ban lists. While the intention is always for the best, global ban lists can also become abused. While banning...
@Jascha Can this be stickied?
After reading this, I actually pondered this for a while. As much as I'd enjoy seeing some a part of Empyrion, I think this might not be a good...
I have another one in the works, but it's taking a little while. Hopefully will have more time to finish them soon.
At this time, none. There is no way to modify individual blocks in any way. I'm not sure if that is on the list, or when it will be. I'd...
The API won't let you tweak physics. It's not in the scope of what you can modify.
Part V changes: - ModAPI: Fixed Request_Player_ItemExchange Shift-click behavior and not changing text - ModAPI: Not loading abstract classes No...
I believe you can update the player's upgrade points using Request_PlayerInfoSet.
The idea is that you don't buy all the tickets. If 10 players buy 1 ticket for 100, one player will win and get 1000. The values can be changed...
Vexray's original planets had a few issues. I believe Vulca was an example where the planet was missing the 0 layer and had no filler.
When there are multiple mods active, all mods receive the Events. If Mod A requests an update on a player, Event_Player_Info is fired for Mod A,...
New feature request, I saw the new popup screen when you start the game explaining the "mission" and thought the mod api could use something...
If you look at the GitHub URL I posted earlier, there is the source code for DeathMessenger mod. You can study it as the basis of a simple mod.
My only recommendation is to change # Planet or Space PlayfieldType: Moon # Please don't change to # Planet or Space PlayfieldType: Planet #...
People are finding the Death Messenger a novel addon. I've made the messages configurable so others can add/remove any messages they would like....
You don't make an executable, you make a library. Empyrion will load your library as one of it's own and call it.
No. The API information is specifically made to do it programmatically. To support Telnet or some webservice, you would need to write a one. I...