A simple solution to this (for server owners) is to log the chat messages and include the name and UID. My server does this and if someone is using inappropriate language and is reported by another player a simple log search will reveal the offenders UID.
Posts by yahwho
The next update will be available between Monday, April 28 and Tuesday, April 29
-
-
Cheers!
-
How do you remove someone from a group? I'm talking about the "invite to group" via the in game menu?
-
Something odd is happening. Probably relating to my lack of understanding.
This works fine, but it appears that when someone logs off, everyone's labels stop being clickable.
Does anyone have a complete mini/simple example of how I should be using "clickable labels" ?
-
Update: I've had a player have this happen to them and they told me what happened - might be useful in tracking it down @red51. They fell through the world down to hell; where the graphics appeared to be glitching ( falling through hell multiple times). This is where (I believe) the event call "onPlayerDeath" gets called multiple times.
-
-
For some strange reason , I got banned for just looking around a server a year or 2 ago. I never picked a fruit or even swung a pic or axe on that server.
The server owner must have just been having a bad day.
They may have seen your activity as suspicious for the reason that you didn't start building? I had someone log and simply just started committing suicide a dozen times. I'm assuming to get the starter inventory items. He wouldn't respond to chats and the username was mildly offensive - he got banned.
There are a few "dedicated" rising world servers out there. I can totally empathize with you, my first experience with rising world was to build a castle on a server only for it not to be there the next day
so I setup my own dedicated server. Multiplayer does enrich your game experience.
-
The only lua script on the server is the (unmodified) area protection one. I will post up a section of my log shortly.
My plugin uses a logger to log the username and UID of every login and logoff method event call. Here's what I found in the log. . . (I've changed the UID and username to protect the user - I'm not saying they've done this deliberately. . .)
What happened was my plugin works out experience points at this point, and the user suddenly jumped up a few million points
(I'm working on using semaphores to try to prevent this happening again?).
But I have seen two instances of this happening (multiple log off calls)
Code -
-
This is me waiting for tonight. . .
-
dang. Was hoping for a special key press. Thanks for the reply though.
-
Is it possible to rotate bones/chests/skulls (from dungeons) on all axes?
-
Ah awesome, I've just used the GUI and I know my rig can handle more than the defaults. I'll take a look for this settings file! Cheers!
-
I'd love to see hd textures, also an increase in block view range.
Btw laacis really like the textures you've made!
-
XML is super simple angriff you'll be fine!
-
I've seen instances in the logs where things like onPlayerDeathEvent has been called 20x in a row from the same player, so it's either a bug, or deliberate attempt with a replay attack
-
Hi Red, just a thought, I know adding forums isn't a normally a request that gets action but in this case I think it might be worth it!
Having a dedicated forum just to post bugs in might stop the other forums being used to report them - I'm currently reporting API bugs in the Plugin forum, but I feel like I'm cluttering it a little them
For example, this method in the API only gets called once for each time a player goes to sleep, if the player wakes up (presses escape) and then goes back to sleep this method isn't called for any following "sleep events".
. . .Or let me know if you want me to keep using the Plugin forum!
-
Unfortunately it does seem to be quite random. I'm wondering if adding on the player spawn event - event.getPlayer().setVisible() would have any effect. I'll add it to my plugin and see if that does anything to stop it happening.
-
Thankfully the vast majority of players don't require such measures!
-