Search results

  1. CNK_

    In the past year I have be on DF for 2 months. Wowsa thats 1/6th of the past year... On DF...

    In the past year I have be on DF for 2 months. Wowsa thats 1/6th of the past year... On DF...
  2. CNK_

    How would I create a plot loop?

    The easiest way as far as I know on how to do that is to test if the Player Count (Which is a game value in plots values.) is equal to 1. Then run your process with no targets. There is a slight issue with this method because if /play is ran quick enough the process can be ran twice. To prevent...
  3. CNK_

    What more can you do besides the reference book says?

    As far as I am aware there are other things you can do that the reference book dosn't mention dose there happen to be a collection of theese all in one spot? Take for example:
  4. CNK_

    Dummies

    People are still aloud to suggest things that may be diffuclt on the technical end. Maybe instead they run a couple small acounts that overlords could call over to their plot?
  5. CNK_

    Server Sided Functions

    To clarify: Processes act asynchronously to the code line. Basically meaning that they will be ran and treated as if it were a new line of code and won't cause any delays in the codeline it was called from. However they are by default ran with a target (In this case the player who joined.)...
  6. CNK_

    Does anyone know how to do that teleport transition?

    Do you mean the bed sleep animation? You use this. It requires Noble however.
  7. CNK_

    Changed my mind. Hate it everything about it...

    Changed my mind. Hate it everything about it. jk lol still awesome.
  8. CNK_

    WE NEED THIS! [Joke Thread]

    Don't you just hate having to call a procsess?!? Thats why we need this so we can just connect it and vuala. I HATE how pistions count as space so why don't we just have it so they go out like this? ALRIGHT.. I hate how minecraft is such a saturated game so to fix it we need MORE COLORED...
  9. CNK_

    Receive your forum rank here!

    a) Minecraft username: CNK_ b) Rank: Emperor++ (Overlord) c) In-game screenshot of your request:
  10. CNK_

    Chat Abilites and Suggestions

    Messaging Issues: /msg (player) > Lets you create a chat with a player that may not even exists or isn't online. Also, if they player leaves it should automatically end the chat. /r > Dosen't work throughout nodes meaning that if I was chatting and I move to a plot on a new node it stops the...
  11. CNK_

    Mining Events and a tad bit more...

    Alright we are all aware of the Left Click Event and Break Block Event but that can only bring you so far. I think that two new events should be added to the server to help with custom mining features. Player Begin Mining Block - I know the Left Click Event is a thing but it can be triggered...
  12. CNK_

    Thats really cool. I knew color had meaning but I never looked that deep into. Thanks for the...

    Thats really cool. I knew color had meaning but I never looked that deep into. Thanks for the read (:
  13. CNK_

    Tottaly new to DF join 2 months ago.... Oh yea and I have overlord. Love the community!

    Tottaly new to DF join 2 months ago.... Oh yea and I have overlord. Love the community!
  14. CNK_

    Red is scary... Why do admins have to have red name tags... Lets use a nice blue or a yellow...

    Red is scary... Why do admins have to have red name tags... Lets use a nice blue or a yellow mabye a green. That makes admins less scary to look at.
  15. CNK_

    How should I start on a conquest type game?

    Well first off you new to generate a "world". Mabye take a look at a perlin noise tutorial or... If you want you can make a preset world thats always and option. Since you have no rank I would make a sortta barrier spawn like a big barrier platform in the sky. There the player could select your...
  16. CNK_

    How can I do a event loop every 15 seconds?

    Just a little tip the tps (ticks per second) is how many updates happen every second for example a repeater runs for 1-4 tick(s) depending on what you select. Typically the tps is around 20 so if I were to put 20 into a (control > wait) it would run for 1 second 20 tps*15 seconds is 300 so you...
  17. CNK_

    Add (Get Item Tags) & (Get Entity Tags)

    Add Get Item Tags & Get Entity Tags I recently noticed that diamondfire dosent have an implemented way to get all the tags of and item or entity. If this feature is added it will provide the abiltiy to store tables with custom indexs and even better it will be built into the item or entity! I...
Top Bottom