Posts by yahwho
-
-
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!
-
-
-
It's OK I sorted it, used the ban command, then I edited the DB with the UID
-
I don't seem to have a ban.txt list where is it supposed to reside?
-
I've noticed this a bit recently. Is this a bug or some kind of hack?
-
Thanks guys. I like both of these suggestions. I'll take a look at each in turn and see which one works best for me. Cheers!