You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to create a nickname and force that nickname to match with their discord username. This might require a !link <discord name> command to make sure that things get linked up properly. For now, it might be best if we store data in just a text file within the MinecraftServer folder. Later, if we decide it is necessary, we can add a SQL/Mongo connection to store this data.
The text was updated successfully, but these errors were encountered:
We can probably use a SQLite database to store the mappings between Discord and Minecraft then cache the data while a player is on the server. Once the player leaves the server we can clear that player from the cache.
it looks like the sqlite database will most likely be stored within the spigot/plugins/MinecraftDiscordChat folder but I am not entirely sure. More research definitely needs to be done before we can implement this.
Add the ability to create a nickname and force that nickname to match with their discord username. This might require a
!link <discord name>
command to make sure that things get linked up properly. For now, it might be best if we store data in just a text file within the MinecraftServer folder. Later, if we decide it is necessary, we can add a SQL/Mongo connection to store this data.The text was updated successfully, but these errors were encountered: