Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to test if the player is standing on a block?
Post: RE: How to test if the player is standing on a blo...

NiLSPACE Wrote: (05-11-2015, 04:32 AM) -- You can use the IsOnGround function ( if (Player:IsOnGround()) then ) -- Whoops, I guess I missed that in the documentation. Thanks!
NathanFlurry Plugin Discussion 2 3,661 05-11-2015, 04:58 AM
    Thread: How to test if the player is standing on a block?
Post: How to test if the player is standing on a block?

Hello, I was wondering if there was a method to check and see if the player is standing on a block. I have tried checking the block below the player to see if it is air, but that doesn't seem to...
NathanFlurry Plugin Discussion 2 3,661 05-11-2015, 04:29 AM
    Thread: How to use SQLite3?
Post: RE: How to use SQLite3?

@NiLSPACE's Login plugin ( https://github.com/NiLSPACE/Login ) has some *really* nice tools for managing a database. I *highly* suggest you check it out, especially if you don't have a solid understan...
NathanFlurry Plugin Discussion 10 10,841 05-11-2015, 04:27 AM
    Thread: MCServerStarter tool
Post: MCServerStarter tool

Hello, I quickly threw together a tool that allows one to start many MCServers at once with a simple configuration file. Here it is: https://github.com/NathanFlurry/MCServerStarter Be sure to...
NathanFlurry Discussion 0 1,846 05-08-2015, 04:39 PM
    Thread: [SOLVED] Pseudo Worlds?
Post: RE: Pseudo Worlds?

@xoft - Works like a gem. To anyone who runs across this thread, here's all you have to do: 1. Copy a world. 2. Remove the region folder of the duplicate world. 3. Make sure you are cd'ed into th...
NathanFlurry Discussion 12 10,491 05-08-2015, 12:11 PM
    Thread: Suggestion: "What we're doing" alternative
Post: RE: Suggestion: "What we're doing" alternative

@SphinxC0re, @worktycho, @FakeTruth - You need to upgrade your plan to add guest access, hence why I'm offering to help fund it. @xoft - I see where you're coming from, but for quick questions that c...
NathanFlurry Off Topic Discussion 20 18,315 05-08-2015, 09:06 AM
    Thread: [SOLVED] Pseudo Worlds?
Post: RE: Pseudo Worlds?

@xoft - I think that's most of what I want. Is there any existing samples of this that exists already? Thanks, Nathan
NathanFlurry Discussion 12 10,491 05-08-2015, 12:12 AM
    Thread: [SOLVED] Pseudo Worlds?
Post: RE: Pseudo Worlds?

@worktycho - I'm attempting to utilize MCServer for a mini games server. I'm creating a method of linking and sending data between servers (similar to BungeeCord, but much more flexible). However, I'd...
NathanFlurry Discussion 12 10,491 05-07-2015, 11:03 AM
    Thread: Suggestion: "What we're doing" alternative
Post: RE: Suggestion: "What we're doing" alternative

@worktycho - Ya, I saw that thread about the IRC channel. However, that was a long time ago. Now when I look at the users online, I tend to see another important user online. Slack is also much better...
NathanFlurry Off Topic Discussion 20 18,315 05-07-2015, 10:57 AM
    Thread: [SOLVED] Pseudo Worlds?
Post: [SOLVED] Pseudo Worlds?

Hello, I'm trying to create a "pseudo world", for lack of a better term, in which multiple worlds are created, yet all of them read from one world file. From what I can tell, there is no way to ...
NathanFlurry Discussion 12 10,491 05-07-2015, 10:12 AM
    Thread: Suggestion: "What we're doing" alternative
Post: RE: Suggestion: "What we're doing" alternative

Have you guys considered adopting something like Slack? It would allow users to get instant help (due to its live chat features, similar to IRC), see todo lists (if hooked to something like Trello), s...
NathanFlurry Off Topic Discussion 20 18,315 05-07-2015, 10:07 AM
    Thread: [SOLVED] Best way to interact with MCServer plugins from external sources?
Post: RE: Best way to interact with MCServer plugins fro...

@NiLSPACE - Thanks! I literally *just* realized I overlooked that.
NathanFlurry Plugin Discussion 2 3,417 05-04-2015, 05:42 PM
    Thread: [SOLVED] Best way to interact with MCServer plugins from external sources?
Post: [SOLVED] Best way to interact with MCServer plugin...

Hello, Among many other things, I'm looking into creating an alternative to BuyCraft that works with MCServer (probably for personal uses, I may release the source code eventually). However, it see...
NathanFlurry Plugin Discussion 2 3,417 05-04-2015, 05:33 PM
    Thread: [SOLVED] How does one create a block break particle effect?
Post: RE: How does one create a block break particle eff...

NiLSPACE Wrote: (05-04-2015, 08:38 AM) -- I can't give you a big answer, because it's hard to type on my mobile, but here is an example: World:BroadcastSoundParticleEffect(2001, a_BlockX, a_BlockY,...
NathanFlurry Plugin Discussion 8 6,560 05-04-2015, 10:14 AM
    Thread: [SOLVED] How does one create a block break particle effect?
Post: [SOLVED] How does one create a block break particl...

Hello, I'm attempting to make a block break particle effect occur, but I've had no success. Among a couple alterations, I've attempted to do it with this code: Code: -- world:BroadcastParticleE...
NathanFlurry Plugin Discussion 8 6,560 05-04-2015, 08:15 AM
    Thread: MessageCustomizer
Post: RE: MessageCustomizer

NiLSPACE Wrote: (05-01-2015, 05:43 PM) -- Nice :) So it's similar to Chatter (https://forum.cuberite.org/showthread.php?tid=1231), but it can be used on more places then just the chat. -- Huh, I...
NathanFlurry Plugin Releases 6 8,144 05-02-2015, 12:09 AM
    Thread: MessageCustomizer
Post: MessageCustomizer

Hello, I started toying around with MCServer a couple days ago, and saw a large lack of customization in terms of the various default messages, such as chat format, MOTD, login, and logout notificati...
NathanFlurry Plugin Releases 6 8,144 05-01-2015, 05:34 PM