PseudoKnight

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 239 total)
  • Author
    Posts
  • in reply to: [outdated] Giant List of Things #3140
    PseudoKnight
    Member

    Jan 14th
    – Updated CommandHelper, WorldEdit, and WorldGuard.
    – Added bats and baby chickens to Cluck, then turned it back on because CommandHelper guys fixed the bug!
    – Reworked parts of Skypirates to work with the lack of support for attachables in Pylamo Restoration System. Basically we can’t put attachables (ladders, torches, etc) on the north, west, or top side of blocks and expect them to successfully restore. I removed the doors, moved the ladders, and adjusted most torches.
    – Armor dye is fixed in CommandHelper now, so I redid Skypirates armor.
    – Added a tentative coin reward for pvp, matching how it works on spleef for now. It’s basically the number of players in the match minus two. So you get one coin if there were three players. Two if there’s four. Etc.

    in reply to: [outdated] Giant List of Things #3131
    PseudoKnight
    Member

    Jan 13th
    – Added cake reward script for obstacle courses to replace PhatLoot. (/cake) I also re-added all the prizes and I may have tweaked their values. 😛 This also means all cooldowns are reset, so people can get those coins!
    – Reworked Jump School with Nefyoni.
    – Actually fixed Spleef block breaking. (i put ‘left_click_block’ in the prefilter when it wasn’t a prefilter but just event data)

    in reply to: [outdated] Giant List of Things #3128
    PseudoKnight
    Member

    Jan 12th
    – Fixed Spleef to only work when clicking a block instead of air.
    – Modified drops on death so that players never drop armor. This not only prevents cheating in team games, but it also makes less clutter. I might change this to a setting so people can configure what can’t death drop.
    – Started on Loot replacement. Figuring out how we want things.

    in reply to: [outdated] Giant List of Things #3103
    PseudoKnight
    Member

    Jan 11th
    – Helped finish up some details on rivergod’s CTF arena.
    – Moved rivergod’s pvp arena into frog park.
    – Worked on Frog Park: moved some stuff around, removed maze & sonicsnowman (saved), added a few warps, and added terrain and decoration.
    – Started a reference page for arena creation. Right now it’s mostly just extended information that the /arena command’s info gives you. Some things require more words to explain than can fit well within chat. http://finalscoremc.com/arena-configuration/

    in reply to: [outdated] Giant List of Things #3102
    PseudoKnight
    Member

    Jan 10th
    – Did a visual pass on the pirate ships with Rivergod, and tested it with him.
    – Did a visual and functionality pass on Encryptic’s old ice arena with Rivergod,, and configured the arena for PVP. It’s now fully functional. Name: “SnowDown”. 😛
    – Added starting “time” setting.
    – Set player bed location to park warp on match start. Because there’s a bug that prevents me from adjusting respawn locations when a player doesn’t have a bed location, I have to work around it. This is the least ugly workaround. However, I still have to do the other workaround in SkyPirates when using bed respawning.
    – Added ‘redstone’ setting — an unpowered lever placed on top of a block that turns on when the match starts and turns off when the match ends.
    – Added ‘min’ and ‘max’ players settings. The minimum determines if “/pvp start” is successful and the maximum starts the match as soon as that number of people join.

    in reply to: [outdated] Giant List of Things #3100
    PseudoKnight
    Member

    Jan 9th
    – Added the special command signs for [PVP] Join and Start. Arena ID goes on the 4th line.
    – Added the ‘restore’ setting using Pylamo Restoration System. I haven’t yet set the permissions for others to create regions with PRS yet.
    – Added the ‘debug’ setting in arenas for when you’re testing an arena and you don’t want people starting it yet.
    – Added health, hunger and saturation bar reset.
    – Fixed many bugs and issues. (at least one not related to PVP) Team games now work, including Skypirates!

    NOTE: get_armor_color is erroneously returning only gray values at the moment, so my current method of armor color doesn’t work.

    in reply to: [outdated] Giant List of Things #3098
    PseudoKnight
    Member

    The guy finally updated PhysicalShop a couple days ago.

    Jan 8th
    – Shifted the “clear” value to its own sub-command — less confusing, I think.
    – Worked on help info in the commands. (eg. “/arena set”)
    – Fixed kits (I haven’t tested these changes in many days now, so I expect there’ll be some broken stuff. I’m lucky to have noticed this one in the code.)
    – Added “/pvp watch ” that teleports people to the lobby for that arena. Should I do this automatically when someone joins the next match and isn’t in the broadcast region?

    in reply to: [outdated] Giant List of Things #3096
    PseudoKnight
    Member

    Like I said earlier, it’s partly to motivate me, but also there’s a lot that I do that people just don’t know about. I need a place to put that stuff so people can stay informed.

    I’m starting to think I just need to categorize wordpress more into these separate sections of content. But I think that means dropping buddypress/forums, setting everyone to contributor, and then just using new posts into these separate categories to start and organize discussions. The forum/groups integration feels like it’s getting in my way of doing neat things. I still would like varied permission groups, though.

    in reply to: [outdated] Giant List of Things #3091
    PseudoKnight
    Member

    Jan 7th
    – Adjusted teleport fall-safety to be more efficient and prevent rare teleport loops after being teleported into the side of a wall above the ground.
    – Added dyed leather armor support to PVP
    – Added velocity testing command: “/velocity x y z”. This is for jump pads, for now, but you’ll have to figure out the values appropriate to each pad.
    – Updated PhysicalShop. Redstone trigger should be back now.

    in reply to: [outdated] Giant List of Things #3090
    PseudoKnight
    Member

    Jan 5th
    – Added item spawns and chest spawns. I originally was only going to do item spawns, but I ran into a few wrinkles. I can’t check if a player has picked up a specific item very well, so it must spawn at the given interval, whereas the chest spawn will occur after a given amount of time after it was last looted. Second, I can’t drop items with enchantments, which is where the chest spawn comes in. You can loot chest spawns just by clicking them and then they’ll disappear.

    – Now running a ‘/remove items 32’ command for players when starting a match to clear out all the dropped and spawned items from previous games. This is a small change, but I wanted to mention it because of the drawbacks. The first is that it might interfere with drops nearby, so try and keep spawns at least 32 blocks away from anything that could be affected. Another drawback is there’s an extra message in people’s chat right after “Starting match in 3 seconds…”

    – Other tweaks like making the “/arena” sub-command explanations longer for clarity, and also dropping the player_quit event since it was redundant with the player check interval.

    I just need to add special weapons, dyed armor support, and jump pads for Halo to work how we want it to.

    in reply to: [outdated] Giant List of Things #3087
    PseudoKnight
    Member

    Or actually fixing PhysicalShop to work with 1.4.6 lol. He still hasn’t gotten around to it. Heck, even enchantments don’t work yet even though there’s been a pull request for ages now.

    Jan 4th

    – Added bed respawns to support a Skypirates bed respawning mode I want to try. This occurs by default if lives isn’t set for the arena. I guess technically this could work for Tower Control, and is currently required for infinite respawning.

    – Made the arena view sub-command more granular. If the setting is an array, you have to specifically view that setting. As more settings are added, this will be necessary. I might display certain settings different on a case-by-case basis.

    in reply to: [outdated] Giant List of Things #3071
    PseudoKnight
    Member

    Jan 2nd
    – Added team-based spawns. (eg. setting one of multiple possible spawns for team 2 would be /arena set anarena spawn 2) Remember, they spawn sequentially for the first time, and then randomly if they have lives to respawn.
    – Added support for a broadcastregion. The regular region is the arena, where if players exit they will be removed from the match. The broadcast region might be larger than that. But if undefined, it’ll use the arena’s region.
    – Updated Dynmap and CommandHelper (broke Cluck)

    in reply to: [outdated] Giant List of Things #3067
    PseudoKnight
    Member

    Jan 1st
    – Finished adding Sell shops to scripts. As a courtesy, I went around and clicked all Sell shops in Final City to add them to the database.
    – Made a few more optimizations and fixes to the shop scripts.
    – Updated backup auth system in consideration of deprecated and added functions. (makes it cleaner, too)
    – Re-wrote the Sell shop and auth system fixes after accidentally overwriting the file with a backup I made a few hours earlier. Derp.
    – Re-worked PVP teams to get it to work. (untested)
    – Improved arena configuration commands
    – Added team kits
    – Other PVP experience improvements
    – Opened up the /enchant [type] [level] command to builders/engineers so that they can tinker with kits for arenas. I recently enabled the /item (or /i) command for item spawning for builders/engineers too. My goal is to really empower people to create new and interesting game modes with easy to use features.

    in reply to: [outdated] Giant List of Things #3052
    PseudoKnight
    Member

    Hah, oh ya. I think we need to figure out where we’re putting the zoo first. If the zoo is done, I can just move it over there.

    Dec 31st
    – Fireworks!
    – A bit of work on the messaging system for PVP.
    – Sequential spawning in PVP to prevent stacking.

    in reply to: [outdated] Giant List of Things #3050
    PseudoKnight
    Member

    Dec 30th

    – Added some protection against falling through floor on teleport. It’s enough to allow me to remove BananaChunk and the entity bugs along with it. (that thing where you couldn’t exit minecarts or attack certain entities after teleportation)
    – Cleaned up much of the Christmas stuff at Frog Park (as well as a couple other things). I’m leaving a few things for another day or two. I’m of course saving the good stuff as schematics.
    – Added a fireworks station at Frog Park so people can experiment with different combinations and make some good ones for New Years.
    – Fixed stacking for coin shops.
    – Made TowerControl only tell region of deaths.
    – Added some reminders for the new shop commands.
    – Updated Craftbukkit to fix bug that could have potentially caused loss of item enchantments when chunks unloaded.

Viewing 15 posts - 76 through 90 (of 239 total)