early dev builds

mcmonkey

Administrator
Staff member
Helper
Interested in helping Denizen2Sponge development?

You can now acquire early dev builds at http://ci.citizensnpcs.co/job/Denizen2Sponge/

Fair warning:

These builds are new and experimental, and NOT to be considered stable.
These builds contain very few features at the moment, and should NOT be expected to be fully functional - not even in the parts that ARE available.
 

mcmonkey

Administrator
Staff member
Helper
Commands currently available:

Define
If/Else
Goto/Mark
Repeat
Run
Wait

Echo
Reload

Executable only through /ex, and task scripts within your scripts folder.

Tag types available: Number, Integer, Text, Null.
 

mcmonkey

Administrator
Staff member
Helper
New build contains List tag type, foreach command!

A sample script:

Code:
myscript:
  type: task
  script:
  - foreach start hello|world:
    - echo "<def[foreach_value]>"

Outputs "hello" then "world" :)
 

mcmonkey

Administrator
Staff member
Helper
New build pushed.

Now has script events / world scripts!

Also, tag fallbacks!

Also, queue ID's!

COntains: Updated if command (better if tracer, rather than requiring true/false you can do ( true && false ) || ( true ) type stuff.
while command
stop command
updated run command (waitable option).
"on scripts reloaded" event.
 

mcmonkey

Administrator
Staff member
Helper
New update pushed again.

featuring: booleantag, maptag, queuetag, procedure tag + procedure scripts + determine command + the concept of procedural scripts in general.
 

mcmonkey

Administrator
Staff member
Helper
Latest build features:
script tag
inject command
a run command improvement (can now pass defs)
require command
assert command
The script event requirement system
and also
the "Player Breaks Block" event, specific to Sponge impl!
 

mcmonkey

Administrator
Staff member
Helper
New build:
pause/resume commands (queue control)
system.queues tag
general queue stuff and tags
DurationTag

"client pings server" event, specific to Sponge impl
 

mcmonkey

Administrator
Staff member
Helper
NOTHER ONE:

Tons of logical/mathematical tags!
TimeTag
OfflinePlayerTag
meta improvements
An engine for addons in the core (Webizen2 in the works!)
 

mcmonkey

Administrator
Staff member
Helper
New one!

Support for Webizen2: http://jci.frenetic.xyz/job/Webizen2/ - run your webserver through Denizen2!
Ex command tags and stuff
Lots of fixing
lots of meta improvements too (meta bot coming soon!)
ItemTypeTag
BlockTypeTag
 

mcmonkey

Administrator
Staff member
Helper
New build! Finally! Sorry for slowness.

- Webizen stuff, include "Webpage" script type!
- Special load-time error checking stuff!
- Output debug logs direct to you in-game!
- New minor tags and general improvements!
- FormattedTextTag!
- Tell command
- Actionbar command
- Player places block event!
- Tags for the sake of easing the transition for Denizen1 users (player, context, ...)
 

mcmonkey

Administrator
Staff member
Helper
new build time!

- System loads event
- lots of tags and stuff
- block changes event
- entity spawns event
- spawn command
- editentity command
- mega-tag for entities to get almost any data off them!
- execute command
 

mcmonkey

Administrator
Staff member
Helper
Today's build:

- tags
- improvements, etc.
- right clicks block / entity events
- playeffect command
- editblock command
- build for latest sponge
- fix the /ex command
- Support for Depenizen2
 

gershon

New member
Nov 5, 2016
3
0
0
I think you should post Denizen to the WIP section at Sponge to keep people in the loop
 

AsyD-Rabbit

New member
Oct 22, 2016
4
0
0
gershon said:
I think you should post Denizen to the WIP section at Sponge to keep people in the loop

That'd definitely make it easier for me to keep an eye on it :p

But doing so would likely begin an inundation of queries and behests about it. Which may be well and good to provoke and motivate, but would likely get irksome.

Definitely awaiting an up-to-date release of this with eager restraint though.
 

mcmonkey

Administrator
Staff member
Helper
New build apparently!

Fixes, taggable tasks, playerchats, playerjoins, entity moves, flagging entities...

RE: Sponge WIP section: When it's more complete