PowerNBT v0.8.1
Details
-
FilenamePowerNBT.jar
-
Uploaded by
-
UploadedJan 17, 2015
-
Size228.92 KB
-
Downloads4,761
-
MD50ebdfb65e19333857ebe8429bbbfd4d3
Supported Bukkit Versions
- 1.8.1
- 1.7.2
- 1.6.4
Changelog
Version 0.8.1
- added: read/write chunks
Version 0.7.3.1
- fix: work with Cauldron 1.7.2
Version 0.7.3
- fix: work with minecraft 1.7.9 R0.2
- added: new features of PowerNBT API
Version 0.7.1 beta
- added: work with minecraft 1.7.9 (NBTReadLimiter)
- added: find offline player .dat file by UUID
- added: "ForgeData" tag for entities
- added: new simple API
- added: ability for mapping classes
- fixed: forge classes
- fixed: bug with inventory click event (minecraft 1.4.x)
Version 0.6.2
- fixed selection by "*" command
- fixed order of arguments in commands ">", ">>"
- fixed variable names in commands "select", "set", "as"
- added: select items in inventory (by rightclick in survival, by click in creative)
- added: multi-selection by holding [Shift]. Works with last container, marked as '*'
- added: command "/powernbt cancel" to cancel selection
- removed: input arguments to chat while selecting
Version 0.6.1 beta
- work with bukkit 1.7.X only
- not support named tags
- uses types "int" and "double" by default for numbers
Version 0.5.4
- fixed bug: gzipping nbt data.
Version 0.5.3
- fixed bug: unnecessary tags x,y,z when you copy/paste block
- API: protected->public getter and setter for raw nbt tag
Version 0.5.2 beta
- disabled "scoreboard" and "chunk"
- works with 1.6.1
Version 0.5.1 beta
- works with MCPC+
- new object: "scoreboard" (experimental, only MCPC+)
- new way to display tags
Version 0.4.3.1
- bugfixes
- disable chunk object
Version 0.4.3
- NBTContainerEntity updated
- new object: chunk (read only) by command "chunk" or x:z:world
Version 0.4.1
- new commands: add, insert
- hide x,y,z tags of tile entities in config
- customize formatting char in config
- main command /powernbt and aliases /pnbt /nbt (for compatibility with other nbt plugins)
- updated API
Version 0.4.0
- new commands: rename
- & replaces formatting-char. use '\&' to put '&'
- added API
Version 0.3.3
- new commands: cut, >, >>, <<
- supports unicode-named tags
- yaml templates for tags (not yet filled)
- bugfixes
Version 0.3.2 beta
- new commands: view, debug, swap, as
- supports colors, for editing fireworks and armor
- hexadecimal input for numbers and colors ( #RRGGBB )
- added tab-completion!
- bugfixes
- empty array query "[]" means new element ( [size] )
Version 0.3.1 beta
- all commands changed
- supports selections (future object "*")
- editing all files
- works with any version of CB
Version 0.2.3
- bug fixes
Version 0.2.2 beta
- new command "add" ("+=")
- changed the display lists (now color is defined by type of internal elements)
- now buffer may be empty when working with it (command "copy" is no longer needed)
- bug fixes
Version 0.2.1
- bug fixes
Version 0.2b
- added tab-completion
- now char '@' is used only for player .dat files.
- char '*' is used for online players
Version 0.1b
- reduced the number of commands to one
- support any number of variables
- easier to edit tags
- added some restrictions on the types of data in tags
- differences in the types of data by color
Version 0.1
- Release