• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Server Program

Mizai

Pokémon Ranger
These are issues/ideas I have/noticed with the server program, I'm also just providing feedback and suggestions to help make game better for everyone. whether ya'll take it seriously or not.. I dunno, that's a different story. Lol.


***UPDATED***

Chat/log window goes past the input so you can't read recent messages properly.
Player list should include Locations, their Level, and if they're Opped or not.
The ability to drag the player list edge line to change the width of the chat log.
Timers, the ability to set notification timers for players to remind them of different things. These things could be set to go off at hourly/minute intervals. Examples: Tips, Hints, rules, events, etc. (IF you do not understand what I mean by timers. What I'm trying to say is, it's more or less a system in which a host could save random blerbs in input boxes and the game will count down the timer, send the message, and then start the timer over again.)
Server hosts should be able to provide "events" (simplified events/advanced events that won't effect game play too much)
/Silence <player name> - Stops a player from being able to chat if warned too many times.
/warning add <player name> - adds a warning to said person - aka the strike system. - Three warnings = auto Silence.
/warnchk <player name> - checking for the amount of warnings given to the player
 
Last edited:

nilllzz

Original Developer
Administrator
P3D Developer
The chat log thing is something that Microsoft f'ed up in their Windows Forms Controls system library when you use multiple threads to add multiple listbox items in one GUI Tick. I might find a way around that issue.

As for the timer, that might be feature that will come with the playerID system, which provides a little more statistics about players, along with other GUI improvements and a warning counter.
And the servers won't be able to affect gameplay, as their are intended to serve as proxy for players to play the game together.
The "/Silence" feature is already implemented and it's called "/mute <playername>" or "/unmute <playername>". You can check the status of a player right now by selecting the player name in the list and right clicking it.
 
Top