01-13-2013, 09:11 PM
01-13-2013, 10:01 PM
Good 

02-17-2013, 08:35 AM
could you add
local Server = cRoot:Get():GetServer() Server:SendMessage( cChatColor.Yellow .. Player:GetName() .. " has joined the server")to onplayerjoined.lua? becouse now you don't get a message when someone joins.
03-02-2013, 09:23 PM
i started on adding some new features to the core plugin. i now have this:
- A /reload command for in the webadmin
- A /help command for in the webadmin
- Every message that starts with a / in webadmin will be stopped and you get a unknown command message.
- A /back command for when you teleported to a player/spawn/top so you can easily teleport back.
- A feature for the /teleport command. when you have -h after the command for example "/tp STR_Warrior -h" the player where you teleport to doesn't get a message
- A save-all command in-game so you can easily save your worlds.
- A simple player joined message in the webadmin
- /stop command doesn't work in-game
- /kick command gives almost everytime Player not found
- /ban command gives almost everytime Player not found
03-03-2013, 12:43 AM
Nice changes. I just have a small issue with your code - you're using tabs in the middle of a line (main.lua, line 29). That breaks the tables if someone has tabs set to different width.
The common "good style" with tabs is use them at the start of the line for indentation (so that anyone can set their own preference) and use a space for aligning into columns.
I'll fix that for now, just watch out for it next time
![[Image: tabs_in_line.png]](http://mc-server.xoft.cz/img/tabs_in_line.png)
The common "good style" with tabs is use them at the start of the line for indentation (so that anyone can set their own preference) and use a space for aligning into columns.
I'll fix that for now, just watch out for it next time

![[Image: tabs_in_line.png]](http://mc-server.xoft.cz/img/tabs_in_line.png)
03-03-2013, 02:21 AM
ok i'll think about that next time 

03-03-2013, 02:23 AM
Oh, and we both forgot to increase the version number 

09-01-2013, 06:41 PM
Maybe its smart to remove this thread + Core++ becouse some people might think this one is up to date.
09-01-2013, 07:49 PM
Sensible idea.
09-01-2013, 08:14 PM
If removing is not possible, then mark the thread "[obsolete]" in its title or something similar.