Search results

  1. Jimmy_The_Knight

    What game should i make?

    Personally I'd love to play an ID style RPG (since there aren't any great ones that actually work), but if you don't have the motivation for that then feel free to make the one you're the most passionate about :)
  2. Jimmy_The_Knight

    Does select: entity by name work with colors and hexcodes?

    You're not alone, I've also discovered this extremely annoying bug and it took me ages find what exactly causes it. If you really want to use hex colors for names then I'd recommend using custom entity tags for sorting.
  3. Jimmy_The_Knight

    Want to play a short horror game?

    Eyy I'm glad you tried it out :D Here's 2 tips if you're stuck: - There's a bubble particle effect on every block you can interact with (they only appear while you're holding the right item) - If you can't figure out how to open the iron gate, look at the computer screen next to the levers
  4. Jimmy_The_Knight

    particles and arrows.

    You're right, I knew that there was a much easier way to do it (maybe my approach is better for more complicated mechanics though)
  5. Jimmy_The_Knight

    particles and arrows.

    What a coincidence, I also had to code the same mechanics for my own game (this might not be the most efficient way to do it, but it works) Projectile hit event() { if(projectile name equals "something") //only if you want weapons with different behaviors { //All the fancy stuff...
  6. Jimmy_The_Knight

    Disable automatic plot deletion for EinDF plots

    Well I had no idea that was a thing, so this thread is useless now I guess ._.
  7. Jimmy_The_Knight

    Disable automatic plot deletion for EinDF plots

    I feel like every time I hop on the server just to play a few quick minigames I always end up sticking with the most high-quality ones, which have mostly been featured on the DiamondFire Youtube channel (some of my personal favorites are Arsenal, The Temple and TMP). However, it's heartbreaking...
  8. Jimmy_The_Knight

    Want to play a short horror game?

    Imagine not reading the kick message smh
  9. Jimmy_The_Knight

    Want to play a short horror game?

    I've always wanted to make a brief yet polished singleplayer experience ever since I joined the server. I've had tons of ideas over the past 2-3 years, but without a rank I felt like it was impossible to realize their full potential. Needless to say, when I got noble this was one of the first...
  10. Jimmy_The_Knight

    A compilation of "y'all need to stop with this softcoding stuff" in different languages

    Hungarian transition by me (its a bit unpolished bc I didn't have time to perfect it but who actually cares tbh)
  11. Jimmy_The_Knight

    Can anybody tell me how to make a Zombie Death Counter?

    Scoreboards in minecraft are unfortunately not client-side, which means that they display the same data to every player on the plot, so what you're trying to do is impossible afaik. Maybe try giving the player an item that shows their stats if they right-click with it?
  12. Jimmy_The_Knight

    Spawn Entity at nearest Mob? How can i grab a players HP and put it into a variable.

    For the evoker fang one: Select all mobs, then filter them by distance from the default player (put a 1 in the chest to only get the nearest mob), then spawn an evoker fang at the location of the selection. For the player HP one: theres a game value that measures player HP, you can use it...
  13. Jimmy_The_Knight

    How can I throw particles or put particles in the location of a projectile?

    Do you want to display a projectile where the projectile lands or make a particle trail while it's in the air? I don't fully understand your question tbh
  14. Jimmy_The_Knight

    Resetting Vulcan

    wait how do I do that lmao
  15. Jimmy_The_Knight

    Resetting Vulcan

    Unfortunately Vulcan (which is one of my plots) has reached the maximum variable size limit and therefore some very important saved variables have glitched out. Is there anything I can do about this or should I just purge the variables? Edit: it seems like I had to clear the vars
  16. Jimmy_The_Knight

    Infinite Items baffles me

    You've probably already seen this item pickup-simulator before. It has almost every value that all excellent DiamondFire games have: beautiful builds, an easy-to-understand progression system and a clean UI that uses custom colors. One crucial thing is missing however: a good gameplay loop...
  17. Jimmy_The_Knight

    Reference Book

    lmao
  18. Jimmy_The_Knight

    Is there a way to make a container completely inaccessible?

    This is exactly what I was looking for, thanks so much!
  19. Jimmy_The_Knight

    Is there a way to make a container completely inaccessible?

    I know that you can use the 'cancel event' action for this, but the right-click event sometimes ignores it and opens the chest for the player anyways.
  20. Jimmy_The_Knight

    Just noticed this

    Ayy thanks for mentioning me :D Taking a small break atm but vulcan is broken again so I gotta fix it sometime...
Top Bottom