[MECH/EDIT] Creativity 1.1.0- - Creative building, Inv. clear, time settings + more [1.4.7]

Discussion in 'Archived: Plugin Releases' started by snikkers, Aug 30, 2011.

  1. Offline

    snikkers

    Creativity v1.1.0 for 1.4.7 out now - Download @ BukkitDev
    Added plugin to BukkitDev (dev.bukkit.org)


    >> Creativity @ BukkitDev
    Creativity
    Version: v1.1.0
    all downloads @ BukkitDev


    This plugin was made for even having a creative mode in minecraft, but with Minecraft beta 1.8 i made some major changes and added support for the built in Creative Gamemode. The plugin now helps you to manage creative and non-creative (survival) worlds and has some useful features. You can protect different blocks, disable placing and destroying of bedrock and protect the bottom layer of the map, so players can´t fall into the void. Also the plugin features different inventories for creative / survival worlds, inventory clear and has an optional time plugin. Nearly every feature can also be turned off.

    Latest additions have been item blacklist, for items users/players can´t place and the ability to turn on ranged building, so players can build and destroy over large distance.

    Features
    • Item blacklist for Items that can not be placed
    • Ranged (far distance) building / destroying
    • localisation / language support (available: english, german, french)
    • 3 different game modes
      • survival
      • minecraft creative
      • creativity creative (coded this before minecraft 1.8 and i still prefer it)
    • auto gamemode change on world change
    • no player damage(creativity creative)
    • no hunger (creativity creative)
    • different drop types
      • no drops
      • inventory drops
      • standard drops (only creativity !)
    • instantmine
    • Different protections (all configurable)
      • Bedrock protection (Bedrock can´t be placed or destroyed)
      • Bottom layer protection (Layer zero can´t be destroyed, even if its sponge or dirt)
      • Block protection (you can´t destroy levers, doors, signs and whatever you want !)
    • disable fire spread
    • disable explosions
    • Time plugin for only day / only night
    • easy to use inventory clear
    • Multiworld support (works best with Multiverse 2.0 !)
    • different Inventories for creative and survival worlds
    • Permissions support
    • config files
      • config.yml - general settings
      • CWorld.yml - define in which worlds creative is enabled
      • protlist.yml - define protected blocks
      • playersettings.yml - player related data is stored here you should not edit this file !
    Permissions

    How to use / Installation

    Available commands

    To-Do:
    Bugs / Issues:
    • There may be issues with all MultiWorld managers except MultiVerse 2.0 !
    • Day plugin may not load properly with WormholeXtreme (works fine with MultiVerse 2.0)
    • Bypasses WorldGuard !
    • Found a bug ?
      Pls report it @ BukkitDev
    Download:


    Creativity v1.1.0 for 1.4.7 Download @ BukkitDev


    Localisation:
    currently only english available (will do german soon)




    Changelog:

    Version 1.1.0
    • Armor not affected from inventory changing (creative <-> survival), now you have an own set of armor for each gamemode
    • slightly adjusted the configuration for the Time plugin
    Version 1.0.0
    • made plugin compatible witz CB 1.4.7

    older changelog (open)

    Version 0.8.0
    • integrated new config system from latest craftbukkit release (#1317)
    • fixed some ranged building bugs
    Version 0.7.0
    • added ranged building
      • new permission creativity.ranged
      • new command /rangedbuilding (aliases: /crb /rb)
      • lets you destroy and place blocks over large distance
    • added new file blacklist.yml
      • Blocks added in this file can not be placed by users
        • by default TNT and Lava are blacklisted
      • Blocks can be removed from inventory when trying to place them
      • new permission creativity.noblacklist (disables blacklist)
      • new options in config.yml
        • Blacklist enabled - turns blacklist on if true (default)
        • Remove blacklisted Items - removes blacklisted items on place if true (default)
      • OPs don´t have a blacklist
    • removed gamemode messages when joining the server
    • hopefully completely fixed the auto gamemode change on worldchange / reconnect
    • changed auto gamemode change
      • removed player teleport event
      • added player changed world event
    • Permission System completely changed to PermissionsBukkit
      • all commands default to op
      • removed the permission system detection on start
    • fixed some MultiVerse related bugs
    Version 0.6.2
    • fixed setting wrong mode on player reconnect
    Version 0.6.1

    • made plugin compatible with Recommended Build #1240
    Version 0.6.0

    • added localisation
      • available: english, german, french
      • you need to download the localisation files
    • added no player drops, so players can not drop items from inventory (can be disabled)
    • explosions are now disabled (can be enabled)
    • fixed the reload issue with MultiVerse
    • recommended Multiworld plugin is MultiVerse !
    Version 0.5.3
    • fixed a bug when switching from minecraft creative to creativity creativeadded no damage in Creativity creative modeVersion 0.5.2
    • fixed no spread not properly working
    • fixed no spread applying to all worlds
    • fixed not setting normal game mode on teleport if using creativity creative
      • was only affecting admins
    • fixed hunger not being disabled for admins or players with creativity.all/creativity.allworlds permission
    • fixed an inventory issue
    Version 0.5.1

    • fixed Auto Gamemode change not working, if different inventories was disabled
    • changed CWorld.yml handling (all worlds will be automatically added)
    Version 0.5

    • implemented Minecraft Creative Gamemode (now is default, but can be changed in config (config.yml >> "Default Creative mode (minecraft or creativity):")
      • implemented Block protection
      • implemented inventory drops
      • no normal drops !
    • new command /setmode (player) <mode>
      • Player is optional
      • modes: normal (which is survival), minecraft (for minecraft creative), creativity (for the creativity creative mode)
    • Different inventories for Creative / Non-Creative Worlds (config.yml >> "Different inventories for creative worlds")
    • New File playersettings.yml - player settings and inventories will be stored here, pls do not edit this file !
    • disabled hunger in creative worlds (only if creativity creative mode is used)
    • Block amount is now "frozen" instead of setting it to 9
    • fire spread is disabled (can be changed in config.yml)
    • bottom layer of the map can´t be destroyed (can be changed in config.yml)
    • GameMode is changed depending on Worlds setting (can be changed in config.yml)
    • you can now define a default for the block protection in config.yml
    • OPs or players with permission creativity.all or creativity.allworlds can now use creativity in all worlds !
    Version 0.4

    • Extended Permissions, new nodes:
      • => creativity.all - grants full access
      • => creativity.create - grants access to /create, /drops, /idrops, /prot
      • => creativity.clear - grants access to /clearinv
      • => creativity.time - grants access to /timeset, /timeplugin [new commands]
      • => added error messages if someone does not have permission
    • added 2 new commands:
      • => /timeplugin - Time plugin enable / disable
      • => /timeset <day|night|normal> - sets the Time preset for your current World
    • changes to config files:
      • => change from *.txt to *.yml
      • => blacklist.txt changed to protlist.yml
      • => CWorld.txt changed to CWorld.yml
      • => "Day plugin" renamed to "Time plugin" in config.yml
      • ==> you will have to rewrite your CWorld.yml and protlist.yml, sorry for that
      • ==> you will have to reenable Time plugin (can be done via ingame cmd)
    • rewrote the /create help and /create alias commands
    • changed some messages
    • fixed a bug within the time plugin
    Version 0.3

    • changed default settings in config.yml (should not affect current users)
    • Added optional Inventory Clear
      • You can clear all, the main window or your bar
      • plugin has to be enabled in config.yml (Clearinventory: true)
    • Added optional Always Day / Night (may cause lag !)
      • can be enabled in config.yml (Day plugin: true)
      • edit settings for worlds in config.yml
        • available Settings: day, night, normal
        • by default all worlds are normal
      • works fine with MultiVerse 2.0
      • u may need to reload Server after startup with WormholeXtreme
      • not tested with other Multiworld plugins (if u need support, tell me the plugin and i will try figure it out)
    • some minor code changes
    Version 0.2:

    • General Config file config.yml
      • => Set if worlds listed in CWorld.txt are enabled or disabled
      • => Disable Bedrock protection
    • Config file for Block Protection (blacklist.txt)
    Version 0.1:

    • Initial release
     
  2. Offline

    MinecraftDaemon

    the EssentialsGroupBridge is something that i have no idea about i think it lets you use thinks compatible with permissions that arnt compatible with groupmanager but i seriously dont know
     
  3. Offline

    Pixiio

    Are you fixing the infinite durability shit?
     
  4. Offline

    snikkers

    first of all first think and then write

    you had a ticket @ bukkitdev - i replied and did not get any further information
    i told you that i checked it and i did NOT have that issue

    so i don´t think that my plugin causes this

    so pls look at the ticket and post there - not here
    perhaps i will than sometime look at it - but after your behaviour here it is really the last point on the list
     
  5. Offline

    Pixiio

    Okay, wich multi world plugin are you using?
     
  6. Offline

    snikkers

    MultiVerse 2.0
    its the only one i can approve everything is fine
    i tested some other and there have been problems - most times you had to reload server after startup and everything was fine

    but this has nothing to do with the tools

    i reopened your ticket @ bukkitdev
    pls give me a detailed plugin list in there and i will try to help you finding out whats the problem
     
  7. Offline

    NotYetRated

    SEE TICKETS :)
     
  8. Offline

    snikkers

    @NotYetRated

    already replied to your ticket - theres no need to post here again :)
    would be nice if you could edit your post so it is a bit smaller (maybe add spoler or just place a link to ticket?)
     
  9. Offline

    NotYetRated

    Doh apologies wasn't sure if the tickets were active when I then posted here. After the fact, I noticed U had recently replied to a ticket, sorry!
     
  10. Offline

    Hayden06

    You should make it so that a people in a specified group can change their own game mode but not anyone elses.
    I want to make a 2 world server where one world is survival only, and the other is creative but you can play survival too if you choose to. I don't want the need for an admin to do it.
    thanks
     
  11. Offline

    snikkers

    i will add a permission node for that in next version

    should be like
    • creativity.create > switch your own mode, prot, drops etc.
    • creativity.changeothers > switch gamemode of other players
    something like that - not sure about the nodes name and if i should change the behaviour of creativity.create (maybe i´ll add 2 new nodes)

    currently could not test the plugin with latest craftbukkit release #1337 - if anyone has pls report here if it works (it should), as i don´t know if i can test it tomorrow

    for development status of creativity v0.9.0 look here >> BukkitDev Ticket
     
  12. Offline

    MinecraftDaemon

    are u still gonna add essentials group manager support? plz do
     
  13. Offline

    snikkers

    have you tried the bridge ? it should work
    but i will look into it and maybe add the support for 0.9.0
     
  14. Offline

    MinecraftDaemon

    uhhh soz just did some checking and double checking and found it was working :-/ soz fail on my part

    uhh btw is it possible to make it so with permissions that when certain people or groups go through the portals it doesnt change them so say i go through portal to creative world and im already in creative in normal world and when i come back through it changes me to survival, when i have this permission it doesnt change me back?

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

    snikkers

    currently not
    and as i advise to run multiverse i don´t think it will be in the future, because multiverse changes the gamemodes
    but i will look into it after release of 0.9.0
     
  16. Offline

    MinecraftDaemon

  17. Offline

    sheep100

    is there a way to turn non ops into creative world on other worlds without using a permissions plugin?
     
  18. Offline

    snikkers

    Open the creativity.jar with winrar or 7zip and edit the plugin.yml
    You have to go down to where permssions are listed and set default o true for creativity.create

    I am not 100% sure but it should work

    Players can then set their mode with /create
     
  19. Offline

    sheep100

    i want it so i can type /gamemode (name) 1 to set them into creative mode i dont want everyone to be able to change into creative mode with that command
     
  20. Offline

    snikkers

    Already built into the plugin.
    /setmode minecraft (player) is for minecraft creative
    /setmode creativity (player) is for creativity creative
    /setmode normal (player) is for survival
     
  21. Offline

    _Robert

    Hey! Sometimes im having this error:

    Code:
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [INFO] <§cH§f §eB§f §8M§f gabobago> laalcantarilla
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [WARNING] bmx moved wrongly!
    02:59 PM [INFO] Got position -158.30000001192093, 86.0, 1710.699999988079
    02:59 PM [INFO] Expected -156.69999998807907, 86.0, 1708.699999988079
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] NC: bmx failed runfly/both
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [INFO] <§cH§f §aW§f §8M§f Eze> bue q le voy a aser
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [INFO] <§cH§f §eB§f §8M§f gabobago> y el templo de §eNotch§f
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity
    02:59 PM [SEVERE] Could not pass event PLAYER_MOVE to Creativity 
    Any ideas?

    These are my plugins:

    AdminMode, AuthMe, AutoRegionGuard, Backup, BananaChunk, BlockCrusher, BlockLog, ChannelChat, CleanroomGenerator, DispenserButton, iConomy, Lava Forge, LivingForest, Lockette, Multiverse-Core, Multiverse-NetherPortals, NoCheat, OpenInv, Pail, PermissionsEx, playerLives, RedstoneChips, Reservations, RollingMinecarts, RotatePiston, SensorLibrary, Silence, SimpleHelp, StealthLogin, SupplySign, VanishNoPickup, Warpz0r, WordReplace, WorldEdit, WorldGuard, BasicCircuits, Modifyworld, PailStone, Permissions, Fruitful, ChestShop, CreativeGates, Creativity, Jobs

    Creativity it's working in the same world that cleanroom does.
     
  22. Offline

    sheep100

    it changes the gamemode back to survival when i type /setmode minecraft (player)
     
  23. Offline

    snikkers

    hmm, yes - players also need creativity.allworlds permission - then it should work

    sry but i am very busy at work the last few days - now at weekend i hope to go on with the development of v0.9.0

    @_Robert
    may be one of your plugins - will look into this later
     
  24. Offline

    sheep100

    any chance you will add an option for that in config file? i don't want to use permission plugin
     
  25. Offline

    snikkers

    edit plugin.yml as i described above
    creativity.allworlds
    default: true
     
  26. Offline

    gameswereus

    This is an awesome plugin. Thanks!
     
  27. Offline

    Milburn95

    When i put it into the plugin folder and run my server the folder and config is not created, help please ?
     
  28. Offline

    snikkers

    which Version of craftbukkit are you running?

    i hope to get time on friday or saturday to finish and test nex version. currently i did not test latest craftbukkit for current version of creativity!
     
  29. Offline

    brolymaximum

    Just curious, is there anyway to disable lava buckets with the blacklist? I have both types of lava disabled (stationary lava, lava) in the blacklist and it works great, but anyone can still use lava buckets which i set up in the blacklist as well.
     
  30. Offline

    snikkers

    hmm - usually it should the placed block if its the kind of material - so if you place with lava bucket it should be removed, but for some reason it isn´t
    i will look at it and fix it for next version

    status for 0.9.0:
    changed large parts of the code and need to fix some bugs and test everything
     
  31. Offline

    Suembeaux

    thanks so much! the world to world difference is exactly what i was looking for!
     

Share This Page