Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [SOLVED] Server shutdown event
Post: RE: Server shutdown event

PureTryOut Wrote: (05-27-2016, 06:39 AM) -- LuaIsAnoying Wrote: (05-27-2016, 05:19 AM) -- The docs need to be more detailed -- I disagree, I think they do a really good job at explaining what each...
LuaIsAnoying Plugin Discussion 4 6,257 05-31-2016, 09:38 AM
    Thread: Title message
Post: Title message

I need to display a title message like /title. I found this https://github.com/cuberite/cuberite/pull/1848 Then tried this: Code: -- Player:GetClientHandle():SendSetTitle('test') -- But it is nil....
LuaIsAnoying Plugin Discussion 5 5,512 05-27-2016, 07:00 AM
    Thread: [SOLVED] Server shutdown event
Post: RE: Server shutdown event

NiLSPACE Wrote: (05-27-2016, 05:11 AM) -- Similar to the Initialize function there is also an OnDisable function. Here is an example: https://github.com/cuberite/WorldEdit/blob/master/main.lua#L77  N...
LuaIsAnoying Plugin Discussion 4 6,257 05-27-2016, 05:19 AM
    Thread: [SOLVED] Server shutdown event
Post: [SOLVED] Server shutdown event

I need to hook into the server shutdown event so that I can save a file. The docs say nothing about this.
LuaIsAnoying Plugin Discussion 4 6,257 05-27-2016, 04:22 AM