Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Custom Block Creation?
Post: RE: Custom Block Creation?

So then no one knows how to do it or knows where to point me so that I can do it myself? Remember I've never programmed a plugin for minecraft and so if its a vanilla thing or a bukkit thing, then I h...
Lokiare Plugin Discussion 14 12,929 10-24-2014, 12:28 PM
    Thread: Custom Block Creation?
Post: RE: Custom Block Creation?

xoft Wrote: (10-22-2014, 05:49 PM) -- The server doesn't handle any artwork, it's a client's job to do so. The server only provides the logic, the behavior of the block. Some custom blocks should be ...
Lokiare Plugin Discussion 14 12,929 10-23-2014, 10:25 PM
    Thread: Custom Block Creation?
Post: Custom Block Creation?

Is there a way to make a custom block/item in a plugin without having to edit the servers ini files? I want it to be self contained in the plugin for when I distribute it. I need to know how to ...
Lokiare Plugin Discussion 14 12,929 10-22-2014, 02:56 PM
    Thread: Crafting Recipe help
Post: RE: Crafting Recipe help

Apparently the index starts at 0 despite the fact that lua indexes start at 1. I'm now getting an error: Lua engine: attempting to push a plain pointer, pushing nil instead. This indicates an unimplem...
Lokiare Plugin Discussion 4 4,608 10-22-2014, 02:39 PM
    Thread: Crafting Recipe help
Post: RE: Crafting Recipe help

I've tried to use: [shcode=lua] function Initialize(Plugin) cPluginManager.AddHook(cPluginManager.HOOK_PRE_CRAFTING, OnPreCraft) end function OnPreCraft(Player, Grid, Recipe) local foundNil =...
Lokiare Plugin Discussion 4 4,608 10-22-2014, 02:16 PM
    Thread: Crafting Recipe help
Post: Crafting Recipe help

I'm an experienced LUA programmer, and I'm an experienced Minecraft player, I've never written a plugin for any kind of minecraft server. I've looked over the documentation and its pretty clear on som...
Lokiare Plugin Discussion 4 4,608 10-22-2014, 12:16 PM