Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: keepInventory
Post: keepInventory

keepInventory keepInventory is a plugin for the extensible Minecraft server Cuberite, it saves a player's items upon death and returns it upon respawn. Commands: keepinventory disable enable t...
denwo Plugin Releases 0 4,797 08-22-2018, 01:01 PM
    Thread: ItemCommander
Post: RE: ItemCommander

it would be cool if you added a new feature, where you could access multiple servers and such, would it be accessed by a lua window? or should it be right click boom you are in a lobby?
denwo Plugin Releases 10 12,246 12-02-2016, 12:38 AM
    Thread: Trails v1 (Download gone)
Post: RE: Trails v1

is this better? any way to make this plugin post better?
denwo Archived Plugins 12 13,041 12-01-2016, 10:29 PM
    Thread: Trails v1 (Download gone)
Post: Trails v1 (Download gone)

What does this plugin do? This plugin allows you to put a particle that follows a player, by his name or his rank. Trails could be add using the inifile in the plugin folder (Trails.ini), instructio...
denwo Archived Plugins 12 13,041 11-19-2016, 03:12 AM
    Thread: [SOLVED] OnKeyPress?
Post: RE: [SOLVED] OnKeyPress?

xoft Wrote: (11-10-2016, 06:29 PM) -- Say, why do you mark your threads [SOLVED] when they are not solved yet? -- when i feel like it's solved i mark them as solved
denwo Plugin Discussion 5 5,654 11-10-2016, 06:40 PM
    Thread: [SOLVED] OnKeyPress?
Post: RE: OnKeyPress?

NiLSPACE Wrote: (11-10-2016, 05:33 PM) -- I'm afraid this isn't possible as the client doesn't notify the server once a key is pressed. It only sends info like 'I moved' or 'I opened my inventory' --...
denwo Plugin Discussion 5 5,654 11-10-2016, 05:49 PM
    Thread: [SOLVED] OnKeyPress?
Post: [SOLVED] OnKeyPress?

how could i check if a player pressed a curtain key? i need this because i'm making a whole command handler without using info.lua
denwo Plugin Discussion 5 5,654 11-10-2016, 05:29 PM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: [SOLVED] Sqlite3 Rows

if it's in Cuberite root folder it would look very messy. anything related to the plugin should be in the plugin's folder.
denwo Plugin Discussion 18 15,108 11-09-2016, 07:02 AM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: [SOLVED] Sqlite3 Rows

Cl1608Ho Wrote: (11-06-2016, 08:46 AM) -- @xoft again, "next to the cuberite binary" isn't the whole truth. Current folder means from where you execute stuff, which should he the Server directory...
denwo Plugin Discussion 18 15,108 11-07-2016, 11:23 PM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: [SOLVED] Sqlite3 Rows

xoft Wrote: (11-05-2016, 09:11 PM) -- Your code is a total unreadable mess. But the main issue I see is that you're opening a DB file and trying to read data from it, although you have no guarante...
denwo Plugin Discussion 18 15,108 11-06-2016, 07:18 AM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: Sqlite3 Rows.

I've tried to change the name (in-order to make a new sqlite3 file) it failed. Any ideas?
denwo Plugin Discussion 18 15,108 11-05-2016, 05:06 AM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: Sqlite3 Rows.

i've sent you a pm
denwo Plugin Discussion 18 15,108 11-04-2016, 12:55 AM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: Sqlite3 Rows.

[shcode=lua] [09:32:47] Can't load plugin TestPlugin because of an initialization error in file Plugins/TestPlugin/test.lua: 2 (no such table: test) [/shcode] @"xoft" ft tried it didn't work
denwo Plugin Discussion 18 15,108 11-03-2016, 11:33 PM
    Thread: [SOLVED] Sqlite3 Rows
Post: RE: Sqlite3 Rows.

NiLSPACE Wrote: (11-03-2016, 01:56 AM) -- Just like any SQL engine you have to create the tables first: https://github.com/cuberite/WorldEdit/blob/master/Storage/ChangeScripts/1.sql -- i undestand ho...
denwo Plugin Discussion 18 15,108 11-03-2016, 05:28 AM
    Thread: [SOLVED] Sqlite3 Rows
Post: [SOLVED] Sqlite3 Rows

I'm making a plugin and need to store some data. I'm using sqlite3 and everytime i run my cuberite server i see this error. [shcode=lua] [10:45:24] Can't load plugin TestPlugin because of an init...
denwo Plugin Discussion 18 15,108 11-03-2016, 12:53 AM
    Thread: How to remove weird black fog?
Post: RE: How to remove weird black fog?

@"NiLSPACE"  tried it didn't work as for @"PureTryOut" here you go http://i.imgur.com/u2UKKLDl.png
denwo Discussion 8 7,847 11-01-2016, 11:28 PM
    Thread: How to remove weird black fog?
Post: RE: How to remove weird black fog?

the layer is 4 and it disappears in layer 60 as for puretryout i didn't understand your reply what do you mean by main menu?
denwo Discussion 8 7,847 11-01-2016, 04:46 AM
    Thread: How to remove weird black fog?
Post: How to remove weird black fog?

So this my cuberite server shows this weird thing here's an image http://i.imgur.com/u3uZsby.png by this thing im referring on the black fog on vanilla, bukkit and spigot this is replaced by the de...
denwo Discussion 8 7,847 10-31-2016, 11:08 AM
    Thread: [SOLVED] How do i make a timer in lua?
Post: RE: How do i make a timer in lua?

xoft Wrote: (10-29-2016, 04:05 AM) -- You should put it wherever you want the task to be started - if it is by a reaction to a player command, then the player command handler is the right place. If i...
denwo Plugin Discussion 5 7,616 10-29-2016, 05:42 AM
    Thread: [SOLVED] How do i make a timer in lua?
Post: RE: How do i make a timer in lua?

Where should i put this? in Initialize? also how would i get the current world?
denwo Plugin Discussion 5 7,616 10-29-2016, 03:16 AM