Cuberite Forum
Core - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: Core (/thread-4.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: [Plugin] Core V7 - xoft - 01-13-2013

Ah, stupid me, I committed only part of the merge, forgot the plugins, project file etc.
Hopefully fixed in rev 1140.


RE: [Plugin] Core V7 - bearbin - 01-13-2013

Good Smile


RE: [Plugin] Core V7 - NiLSPACE - 02-17-2013

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.


RE: [Plugin] Core V7 - NiLSPACE - 03-02-2013

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
There are some bugs that are in the core plugin for a long time but i can't figure out how to fix them like
  • /stop command doesn't work in-game
  • /kick command gives almost everytime Player not found
  • /ban command gives almost everytime Player not found



RE: [Plugin] Core V7 - xoft - 03-03-2013

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 Smile

[Image: tabs_in_line.png]


RE: [Plugin] Core V7 - NiLSPACE - 03-03-2013

ok i'll think about that next time Wink


RE: [Plugin] Core V7 - xoft - 03-03-2013

Oh, and we both forgot to increase the version number Smile


RE: [Plugin] Core V7 - NiLSPACE - 09-01-2013

Maybe its smart to remove this thread + Core++ becouse some people might think this one is up to date.


RE: [Plugin] Core V7 - bearbin - 09-01-2013

Sensible idea.


RE: [Plugin] Core V7 - xoft - 09-01-2013

If removing is not possible, then mark the thread "[obsolete]" in its title or something similar.