-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocks.xml
70 lines (68 loc) · 2.3 KB
/
blocks.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<xml id="toolbox" style="display: none">
<category name="이벤트" colour="30">
<block type="event_onfunction"></block>
</category>
<category name="엔티티" colour="80">
<block type="entity_effect">
<value name="target">
<shadow type="type_entity_selector_nomutator">
<field name="selector">s</field>
</shadow>
</value>
</block>
</category>
<category name="세계" colour="120">
<block type="world_weather"></block>
<block type="world_teleport_entity">
<value name="from">
<shadow type="type_entity_selector_nomutator">
<field name="selector">s</field>
</shadow>
</value>
<value name="to">
<shadow type="type_player_nickname">
<field name="name">Player</field>
</shadow>
</value>
</block>
<block type="world_teleport_pos">
<value name="from">
<shadow type="type_entity_selector_nomutator">
<field name="selector">s</field>
</shadow>
</value>
<value name="to">
<shadow type="type_pos"></shadow>
</value>
<mutation direction='KEEP_ORIGINAL'></mutation>
</block>
</category>
<category name="서버" colour="250">
<block type="server_ban">
<value name="player">
<shadow type="type_player_nickname"></shadow>
</value>
</block>
<block type="server_pardon">
<value name="player">
<shadow type="type_player_nickname"></shadow>
</value>
</block>
</category>
<category name="종류" colour="200">
<block type="type_player_nickname"></block>
<block type="type_entity_uuid"></block>
<block type="type_entity_selector">
<mutation></mutation>
</block>
<block type="type_pos"></block>
</category>
</xml>
<!--
<xml xmlns="https://developers.google.com/blockly/xml">
<block type="type_player" id=",s,::G?@ze[-/d~$zx^W" x="63" y="88">
<mutation useNickname=""></mutation>
<field name="nickname">Player</field>
</block>
</xml>
-->