Search Results
Post Author Forum Replies Views Posted [asc]
  Photo Thread: Redesign the website cuberite.org
Post: Redesign the website cuberite.org

The new site cuberite.org looks professional, but the background color black is a somber mood. I think the background is to dark.
VeryBlackMan Discussion 0 1,889 10-22-2015, 06:07 PM
    Thread: New line for server description in settings.ini
Post: New line for server description in settings.ini

How can I insert a new line in the description from the file settings.ini?
VeryBlackMan Discussion 2 3,843 10-22-2015, 06:00 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: RE: Class cWorld; Function ScheduleTask; Only one ...

Seadragon91 Wrote: (12-26-2014, 08:40 PM) -- This has to be done in mc server code, not possible from a lua plugin. -- You know when this will be implemented?
VeryBlackMan Plugin Discussion 12 10,580 12-26-2014, 09:00 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: RE: Class cWorld; Function ScheduleTask; Only one ...

worktycho Wrote: (12-24-2014, 03:08 AM) -- It's a known bug in the server and requires changes to the lua/scheduler interface. The relevant issue is: https://github.com/mc-server/MCServer/issues/1556...
VeryBlackMan Plugin Discussion 12 10,580 12-26-2014, 08:12 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: RE: Class cWorld; Function ScheduleTask; Only one ...

The Problem here is, if the plugin is reloaded, is still a Schedule Task open. I can't close the running Task before the Plugin is reloaded. How can i solve this Problem?
VeryBlackMan Plugin Discussion 12 10,580 12-23-2014, 08:50 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: RE: Class cWorld; Function ScheduleTask; Only one ...

Seadragon91 Wrote: (12-23-2014, 07:54 PM) -- Small problem here. Using a /reload will crash the server, if a scheduler task is started. -- Right, the same problem I also have.
VeryBlackMan Plugin Discussion 12 10,580 12-23-2014, 08:06 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: RE: Class cWorld; Function ScheduleTask; Only one ...

Or a Call the Function recursively. Is that the best Option, realy? Code: -- function Initialize(Plugin) Plugin:SetName("MyPlugin") Plugin:SetVersion(1) local World = cRoot:Get():GetDefa...
VeryBlackMan Plugin Discussion 12 10,580 12-23-2014, 07:51 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: RE: Class cWorld; Function ScheduleTask; Only one ...

STR_Warrior Wrote: (12-23-2014, 07:06 PM) -- The cWorld:ScheduleTask only schedules a function once. You have to reschedule it every time. -- Well, i've only the Hook Option with HOOK_WORLD_TICK? ht...
VeryBlackMan Plugin Discussion 12 10,580 12-23-2014, 07:38 PM
    Thread: Class cWorld; Function ScheduleTask; Only one Function Callback
Post: Class cWorld; Function ScheduleTask; Only one Func...

Hallo, I want a ticker that calls a function every 5 minutes. This is my Code. Code: -- function Initialize(Plugin) Plugin:SetName("MyPlugin") Plugin:SetVersion(1) local World = cRoot...
VeryBlackMan Plugin Discussion 12 10,580 12-23-2014, 06:51 PM
    Thread: Spawn Mob problem
Post: RE: Spawn Mob problem

Has you solved this Bug? I've the same Problem on Windows and Linux with 64 Bit. Code: -- function CitizenCommand(Split, Player) LOG(Split[2]) Mob = cMonster:StringToMobType(Split[2]) if M...
VeryBlackMan Plugin Discussion 7 6,551 12-17-2014, 03:56 AM