[MECH/WGEN/MISC] uCreate 2.1 -Improve Notch's Creative! [1185]

Discussion in 'Inactive/Unsupported Plugins' started by DrAgonmoray, Jul 15, 2011.

  1. Offline

    DrAgonmoray

    Old Post (open)
    uCreate 2.1
    - Where creativity meets reality!​
    Old Post (open)

    What is uCreate?
    uCreate is a plugin that allows you to transform any world (or your entire server) into a game similar to Minecraft Classic. Each aspect of uCreate is configurable, letting you have every feature you want, and none that you don't.

    Features: (all totally optional)
    • Automatically activates Notch's creative mode
    • Drop disabling (fixes notch's silly bugs)
    • Weather disabling
    • Creature spawning disabling
    • Time disabling (day or night)
    • Flat map world generator
    • Homes
    • Teleporting
    • Item spawning (/i or /item)
    • Explosion disabling
    • Block physics disbaling
    • Liquid spread disabling
    • Fire spread disabling
    • Permissions
    • ..And more!
    uCreate won't lag your server.

    "But uCreate has so many features, it will lag!"
    Nope. If you don't want a certain feature, uCreate won't even register the listener. Meaning, any feature you don't want, you literally won't have.

    Screenshots, Videos, and Tutorials
    (Video) Tutorials (open)
    Videos (open)
    Wanna make one? :D
    Screenshots (open)


    Configuration:
    uCreate 2.0 had it's config totally redesigned. It's a lot to take in, so to help you figure it out, I made this neat little chart:
    (as of 2.1, the config was trimmed a lot, due to Minecraft 1.8)
    [/tr][/tr
    ConfigOptionsDescription
    Physics
    noFireSpreadtrue/falseDisables fire spreading and damage.
    noLiquidSpreadtrue/falseDisables lava and water spreading.
    noBlockFalltrue/falseDisables sand and gravel physics.
    noExplosionstrue/falseDisables tnt and creeper explosions.
    Commands
    itemSpawningtrue/falseAllows players to spawn items with /item or /i
    teleporttrue/falseAllows players to teleport to others with /tp
    homestrue/falseAllows players to set their home (/sethome) and go to their home (/home)
    wooltrue/falseAllows players to use the /wool command.
    clearinvtrue/falseAllows players to use the /clearinv command.
    Settings
    defaultStackSizeAny integer (whole number)The default stack size players will get when using /i or /item
    worldsList of world namesWorlds that will implement uCreate features.
    flatMapHeightAny integer (whole number)How many layers the flatmap should be.
    permissionstrue/falseShould we check for permissions (true) or let everybody do everything(false)?
    World
    noWeathertrue/falseDisables weather.
    noCreaturestrue/falseDisables creature spawning.
    stopTime'off'/'day'/'night'Stops time changing.
    General
    noDropstrue/falseBlock drops (little items) will not spawn. (also fixes bugs in Notch's creative creative)
    breakBedrocktrue/falsePlayers can break bedrock(true)/players can't break bedrock(false)
    Default Config (open)
    Code:
    physics:
        noFireSpread: true
        noLiquidSpread: false
        noBlockFall: false
        noExplosions: true
    commands:
        clearinv: false
        itemSpawning: false
        teleport: false
        homes: false
        wool: false
    settings:
        permissions: false
        defaultStackSize: 64
        worlds: world1, world3, etc
        flatMapHeight: 3
    world:
        noWeather: true
        noCreatures: true
        stopTime: 'off'
    general:
        noDrops: true
        breakBedrock: false
    


    Commands:
    Syntax: /command OR /command [required] (optional)
    Permissions:
    Using permissions in uCreate is totally optional. In the config (under 'settings') is an option called 'permissions' If set to false, no permissions will be used, so everybody can use all the features. If it's set to true, only people with specified permissions will be able to do certain things.
    Supported permissions: SuperPerms/PermissionsBukkit, Permissions 3.x, Permissions 2.x, *PermissionsEX (*needs confirmation)
    PermissionDescription
    ucreate.*Gives acess to all of the uCreate permissions. (default Op)(works with SuperPerms)
    ucreate.notchGives players access to the features of Notch's creative mode.
    ucreate.itemspawnAllows players to use the /i and /item commands.
    ucreate.homesAllows players to use /home and /sethome.
    ucreate.teleportAllows players to use the teleport commands.
    ucreate.adminAllows players to bypass teleport requests.
    ucreate.woolAllows players to use the /wool command/
    ucreate.clearinvAllows players to use the /clearinv command.


    How to make your worlds generate a uCreate flatmap:
    Just follow these instructions to make specific worlds generate a uCreate flatmap. This will not overwrite existing worlds, however newly generated chunks will be flat.
    1. Edit "flatMapHeight" in the config.
    2. Decide which worlds you want to be flat ('flatworld' for this example)
    3. Open your bukkit.yml file (in your server directory) with a text/yaml editor.
    4. Add this to your bukkit.yml (where 'flatworld' is the name of your world):
      Code:
      worlds:
                flatworld:
                      generator: uCreate
    5. Enjoy your new flat map!
    Downloads:
    Download uCreate 2.1

    What happened to the old uCreate?
    With the release of Notch's creative mode, some features of uCreate have become obsolete. Some features like the insta-break blacklist are no longer available due to the way Notch's creative is coded. Go yell at Notch :)

    Changelog:
    Version 2.1:
    • Implemented Notch's 1.8 creative mode
    • Scrapped obsolete features
    • Deleting your config and re-doing it is HIGHLY recommended, but not required.
    • Don't expect any more updates after this.
    Version 2.0.4:
    • Added /wool command
    • Added /clearinv command
    • Both commands have corresponding permissions and configs
    • CONFIG AUTO UPDATES FOR THE FIRST TIME. :D
    Version 2.0.3:
    • Added ucreate.admin permission. Currently just bypasses teleport requests.
    • Made the ItemInventory support up to 10 pages which are choosable by pressing number keys.
    • Implemented 2.0.2 config auto-updater.
    • Added SpoutInventory.yml file to configure the ItemInv. (Read more in the OP)
    Version 2.0.1:
    • Fixed Spout dependency
    • Fixed infinite item painting bug, thanks @Lathanael
    • Added config option "useSpout" under "spout"
    • Update your configs manually. AutoUpdate coming soon.
    • Improved startup efficiency
    • IF YOU HAVE 2.0 UPGRADE TO 2.0.1!
    uCreate 2.0:
    • Many many many features added.
    • Bug fixes (thanks @Lathanael for helping with the "wrong item bug") and for using Github the way it was meant to.
    uCreate 1.0-1.5:

    • Initial release
    • Awesome updates
    • uCreate stolen
    Want to buy me a soda a car?​
    [​IMG]
     
    Lead2Life, Jobsti, ArmyHill01 and 3 others like this.
  2. Offline

    Grovert11

    :( broken downlaod link. Does someone know a similar plugin?
     
  3. Offline

    Sshadow

    If I am allowed to I will be glad to provide an alternative download link. Just need to know if I am allowed to?
     
  4. Offline

    carmelcorn

    Would love automatic /gamemode for creative worlds :)
     
  5. Offline

    DrAgonmoray

    Oh, I added that yesterday but I haven't released. I suppose I will release it. Expect it soon.
     
  6. Offline

    carmelcorn

  7. Offline

    DrAgonmoray

    I think that's "thank-you" in another language? amirite?
     
  8. Offline

    M1sT3rM4n

    German. But he spelled it wrong. It's danke.
     
  9. Offline

    carmelcorn

    Yes, german. Great plugin btw
     
  10. Offline

    DrAgonmoray

    Oh the uCreate I gave you errored lol. I forgot to remove Spout form the libraries. Just download it when I update the main post
     
    M1sT3rM4n likes this.
  11. Offline

    Apachekiller

    Update the version number and bukkit version. ;)
     
  12. Offline

    Gallion

    Hey, would it be possible to change the number of hits block require to break? I find 1 hit to be very prone to accidentally breaking blocks, which is rather annoying.
     
  13. Does this mean you are leaving what is one of the best creative mode plugins around?
     
  14. Offline

    DrAgonmoray

    This section in the main post:
    "What happened to the old uCreate?
    With the release of Notch's creative mode, some features of uCreate have become obsolete. Some features like the insta-break blacklist are no longer available due to the way Notch's creative is coded. Go yell at Notch :)"
    This includes anything similar to what you said. :(
    Probably
     
  15. Offline

    M1sT3rM4n

    So you can work on bigger things. RIGHT?
     
  16. Offline

    DrAgonmoray

    *looks at the gun Mr. Man is holding*
    *sweats violently*
    Uhhh yeah!
     
  17. Offline

    Teldelariel

    Have a question and possible bug, I am running your latest build of Ucreate, I can re-create this everytime and so do my server members, when you step in lava in the Ucreate controlled world you die, then when you respawn and re enter Creative world you die instantly again and again and again and again, even with god mode on, there are no errors in my console to give you and the only other plugin assoc with the creative world is mulitinv. Any Idea on what could be causing this issue as it only does this when Ucreate is used, NEVER happened before.

    Thanks Tel
     
  18. Offline

    Gallion

    /goes yell at notch
     
  19. Really nice plugin, makes it much easier to set up a classic server.
    I have a suggestion: Add an option to increase the building range and make it configurable.
    Would be a really nice and helpful feature.
     
  20. Offline

    tyzoid

    DrAgonmoray
    There have been requests that this plugin be updated for 1.2.3.

    If you would't mind updating it, that would be awesome.
     
  21. Offline

    DrAgonmoray

    e.e
    who still uses this/wants to use it?
     
  22. Offline

    tyzoid

    It was on the plugin update spreadsheet, but I can't seem to find the post where the user requested it.

    Ah, well... if the user wants it, he/she will post back soon.
     
  23. I'd quite like to have this updated, please :). Been using it for a while now, would be a shame to not be able to use it once I get my server running on 1.2.
     
  24. Offline

    DrAgonmoray

    I suppose I could revive this and make it better..

    http://dev.bukkit.org/server-mods/ucreate/

    :D

    I'll slowly be making the page have more info.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  25. Offline

    Robertas279

    nor do i, i need this mod for my creative server which needs to be revived D;
     

Share This Page