Skip to content

Commit e7c1edb

Browse files
committed
Update meta to latest
1 parent 5900949 commit e7c1edb

2 files changed

Lines changed: 125 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.elmakers.mine.bukkit.plugins</groupId>
4949
<artifactId>Magic</artifactId>
50-
<version>7.7.6-SNAPSHOT</version>
50+
<version>7.9.1-SNAPSHOT</version>
5151
<scope>compile</scope>
5252
</dependency>
5353
<dependency>

src/web/common/meta.json

Lines changed: 124 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
"set_source" : "false",
175175
"set_target" : "false",
176176
"silent" : "false",
177+
"sitting" : "false",
177178
"speed" : "0",
178179
"strength" : null,
179180
"tags" : null,
@@ -276,6 +277,7 @@
276277
"min_entity_range" : "0",
277278
"miss" : null,
278279
"miss_effects" : "miss",
280+
"mount_wand" : "false",
279281
"name" : null,
280282
"no_target" : "true",
281283
"npc_weight" : "-1",
@@ -318,6 +320,7 @@
318320
"right_arm_transform" : null,
319321
"right_leg_transform" : null,
320322
"silent" : "false",
323+
"sitting" : "false",
321324
"small" : "false",
322325
"source_location" : "",
323326
"spawn_reason" : null,
@@ -360,6 +363,7 @@
360363
"velocity_offset" : null,
361364
"velocity_transform-map" : null,
362365
"visible_delay_ticks" : "1",
366+
"wand_slot" : "helmet",
363367
"weakness" : null,
364368
"xp" : "0"
365369
},
@@ -586,6 +590,7 @@
586590
"source_pitch_offset" : "0",
587591
"source_relative_direction_pitch_offset" : "0",
588592
"source_relative_direction_yaw_offset" : "0",
593+
"source_use_movement_direction" : "false",
589594
"source_yaw_offset" : "0",
590595
"swap_source_and_target" : "false",
591596
"target_attachment" : "false",
@@ -601,6 +606,7 @@
601606
"target_relative_direction_yaw_offset" : "0",
602607
"target_self" : "false",
603608
"target_snap" : "0",
609+
"target_use_movement_direction" : "false",
604610
"target_yaw_offset" : "0"
605611
},
606612
"short_class" : "ChangeContext"
@@ -1082,6 +1088,7 @@
10821088
"damage_type" : null,
10831089
"elemental_damage" : "1",
10841090
"entity_damage" : "1",
1091+
"invert_distance" : "false",
10851092
"knockback_resistance" : "0",
10861093
"magic_damage" : "true",
10871094
"magic_entity_damage" : "true",
@@ -1237,7 +1244,8 @@
12371244
"name" : "Drop",
12381245
"parameters" : {
12391246
"drop_count" : "-1",
1240-
"falling" : "true"
1247+
"falling" : "true",
1248+
"tool" : "diamond_pickaxe"
12411249
},
12421250
"short_class" : "Drop"
12431251
},
@@ -2610,6 +2618,7 @@
26102618
"damage_type" : null,
26112619
"elemental_damage" : "1",
26122620
"entity_damage" : "1",
2621+
"invert_distance" : "false",
26132622
"knockback_resistance" : "0",
26142623
"magic_damage" : "true",
26152624
"magic_entity_damage" : "true",
@@ -2872,6 +2881,20 @@
28722881
},
28732882
"short_class" : "TNT"
28742883
},
2884+
"take_costs" : {
2885+
"category" : "compound",
2886+
"class_name" : "TakeCostsAction",
2887+
"description" : [ "Remove some costs from the caster, failing if they do not have enough" ],
2888+
"examples" : [ ],
2889+
"importance" : 0,
2890+
"name" : "Take Costs",
2891+
"parameters" : {
2892+
"costs" : null,
2893+
"costs_map" : null,
2894+
"fail" : null
2895+
},
2896+
"short_class" : "TakeCosts"
2897+
},
28752898
"take_item" : {
28762899
"category" : "player",
28772900
"class_name" : "TakeItemAction",
@@ -4923,6 +4946,14 @@
49234946
"name" : "Blocked",
49244947
"type" : "potion_effect_list"
49254948
},
4949+
"blocked_list" : {
4950+
"category" : "",
4951+
"description" : [ "" ],
4952+
"field" : "blocked",
4953+
"importance" : 0,
4954+
"name" : "Blocked",
4955+
"type" : "list"
4956+
},
49264957
"blockmiss_effect_list" : {
49274958
"category" : "effects",
49284959
"description" : [ "A list of effects to perform each tick of a projectile that does not hit a block", "These effects are mostly used to debug particle movement and not generally used in a real spell." ],
@@ -6023,6 +6054,14 @@
60236054
"name" : "Crash Velocity Y Offset",
60246055
"type" : "double"
60256056
},
6057+
"creative_restricted" : {
6058+
"category" : "actions",
6059+
"description" : [ "" ],
6060+
"field" : "creative_restricted",
6061+
"importance" : 0,
6062+
"name" : "Creative Restricted",
6063+
"type" : "boolean"
6064+
},
60266065
"creator" : {
60276066
"category" : "actions",
60286067
"description" : [ "" ],
@@ -6567,6 +6606,14 @@
65676606
"name" : "Earns Sp",
65686607
"type" : "integer"
65696608
},
6609+
"earns_type" : {
6610+
"category" : "actions",
6611+
"description" : [ "" ],
6612+
"field" : "earns_type",
6613+
"importance" : 0,
6614+
"name" : "Earns Type",
6615+
"type" : "string"
6616+
},
65706617
"edge_length" : {
65716618
"category" : "",
65726619
"description" : [ "" ],
@@ -7896,6 +7943,14 @@
78967943
"name" : "Invert",
78977944
"type" : "boolean"
78987945
},
7946+
"invert_distance" : {
7947+
"category" : "",
7948+
"description" : [ "" ],
7949+
"field" : "invert_distance",
7950+
"importance" : 0,
7951+
"name" : "Invert Distance",
7952+
"type" : "boolean"
7953+
},
78997954
"invisible" : {
79007955
"category" : "",
79017956
"description" : [ "" ],
@@ -10040,6 +10095,14 @@
1004010095
"name" : "Refresh",
1004110096
"type" : "integer"
1004210097
},
10098+
"refund_on_no_target" : {
10099+
"category" : "actions",
10100+
"description" : [ "" ],
10101+
"field" : "refund_on_no_target",
10102+
"importance" : 0,
10103+
"name" : "Refund On No Target",
10104+
"type" : "boolean"
10105+
},
1004310106
"relative_offset" : {
1004410107
"category" : "",
1004510108
"description" : [ "Offset the source location based on the direction of that location" ],
@@ -10240,6 +10303,14 @@
1024010303
"name" : "Required",
1024110304
"type" : "potion_effect_list"
1024210305
},
10306+
"required_list" : {
10307+
"category" : "",
10308+
"description" : [ "" ],
10309+
"field" : "required",
10310+
"importance" : 0,
10311+
"name" : "Required",
10312+
"type" : "list"
10313+
},
1024310314
"requirements" : {
1024410315
"category" : "base",
1024510316
"description" : [ "" ],
@@ -10640,6 +10711,14 @@
1064010711
"name" : "Silent",
1064110712
"type" : "boolean"
1064210713
},
10714+
"sitting" : {
10715+
"category" : "",
10716+
"description" : [ "" ],
10717+
"field" : "sitting",
10718+
"importance" : 0,
10719+
"name" : "Sitting",
10720+
"type" : "boolean"
10721+
},
1064310722
"size" : {
1064410723
"category" : "",
1064510724
"description" : [ "Size of the effect" ],
@@ -10904,6 +10983,14 @@
1090410983
"name" : "Source Relative Direction Yaw Offset",
1090510984
"type" : "double"
1090610985
},
10986+
"source_use_movement_direction" : {
10987+
"category" : "",
10988+
"description" : [ "Use the direction the the caster is moving rather than facing" ],
10989+
"field" : "source_use_movement_direction",
10990+
"importance" : 0,
10991+
"name" : "Source Use Movement Direction",
10992+
"type" : "boolean"
10993+
},
1090710994
"source_yaw_offset" : {
1090810995
"category" : "",
1090910996
"description" : [ "" ],
@@ -11600,6 +11687,14 @@
1160011687
"name" : "Target Unknown",
1160111688
"type" : "boolean"
1160211689
},
11690+
"target_use_movement_direction" : {
11691+
"category" : "",
11692+
"description" : [ "Use the direction the target is moving rather than facing" ],
11693+
"field" : "target_use_movement_direction",
11694+
"importance" : 0,
11695+
"name" : "Target Use Movement Direction",
11696+
"type" : "boolean"
11697+
},
1160311698
"target_vanished" : {
1160411699
"category" : "targeting",
1160511700
"description" : [ "Whether or not this spell may target vanished players" ],
@@ -11761,6 +11856,14 @@
1176111856
"name" : "Toggle",
1176211857
"type" : "spell_toggle_type"
1176311858
},
11859+
"tool" : {
11860+
"category" : "",
11861+
"description" : [ "" ],
11862+
"field" : "tool",
11863+
"importance" : 0,
11864+
"name" : "Tool",
11865+
"type" : "string"
11866+
},
1176411867
"tornado_color" : {
1176511868
"category" : "",
1176611869
"description" : [ "" ],
@@ -12210,6 +12313,14 @@
1221012313
"name" : "Use Items",
1221112314
"type" : "boolean"
1221212315
},
12316+
"use_mode" : {
12317+
"category" : "",
12318+
"description" : [ "" ],
12319+
"field" : "use_mode",
12320+
"importance" : 0,
12321+
"name" : "Use Mode",
12322+
"type" : "string"
12323+
},
1221312324
"use_sp" : {
1221412325
"category" : "",
1221512326
"description" : [ "" ],
@@ -12450,6 +12561,14 @@
1245012561
"name" : "Power",
1245112562
"type" : "percentage_level"
1245212563
},
12564+
"wand_slot" : {
12565+
"category" : "",
12566+
"description" : [ "Where to put the wand the player was holding on the armor stand" ],
12567+
"field" : "wand_slot",
12568+
"importance" : 0,
12569+
"name" : "Wand Slot",
12570+
"type" : "string"
12571+
},
1245312572
"warmup" : {
1245412573
"category" : "base",
1245512574
"description" : [ "An alias for the 'delay' parameter of the Delay action, a delay in milliseconds", "If present this will be shown in lore as the spells' warmup time" ],
@@ -12923,6 +13042,7 @@
1292313042
"category" : null,
1292413043
"color" : null,
1292513044
"costs" : null,
13045+
"creative_restricted" : "false",
1292613046
"creator" : null,
1292713047
"creator_id" : null,
1292813048
"description" : "",
@@ -12931,6 +13051,7 @@
1293113051
"earns" : "0",
1293213052
"earns_cooldown" : "0",
1293313053
"earns_sp" : "0",
13054+
"earns_type" : "sp",
1293413055
"effects_map" : null,
1293513056
"enabled" : "true",
1293613057
"extended_description" : "",
@@ -12949,6 +13070,7 @@
1294913070
"progress_levels" : null,
1295013071
"pvp_restricted" : "false",
1295113072
"quick_cast" : "false",
13073+
"refund_on_no_target" : "false",
1295213074
"removes_spells" : null,
1295313075
"require_break" : "false",
1295413076
"require_build" : "false",
@@ -16188,6 +16310,7 @@
1618816310
"unmoveable" : "false",
1618916311
"unstashable" : "false",
1619016312
"upgrade" : "false",
16313+
"use_mode" : null,
1619116314
"uses" : null,
1619216315
"wand_power" : "0"
1619316316
}

0 commit comments

Comments
 (0)