View difference between Paste ID: CLrf2ak2 and kAPHasnS
SHOW: | | - or go back to the newest paste.
1
#===============================================
2
#ワープポイントへTP
3
#===============================================
4
on rightclick holding a fire_charge:
5
    teleport player to {%player%-50000m-warppoint}
6
 
7
#===============================================
8
#ワープポイント設定
9
#===============================================
10
on rightclick on sign:
11
    set {%player%-50000m-warppoint} to location of player
12-
    message "&6&nチェックポイント&eを設定しました"
12+
    message "&3&lCP &9> &aCheckPoint Saved."
13
    play sound "block.note.pling" with pitch 1.5 at player
14
    play sound "block.note.snare" with pitch 1 at player
15
    play sound "block.note.basedrum" with pitch 1 at player
16
    wait 2 minecraft ticks
17
    play sound "block.note.pling" with pitch 1 at player
18
    play sound "block.note.snare" with pitch 1 at player
19
    wait 2 minecraft ticks
20
    play sound "block.note.pling" with pitch 1.5 at player
21
    play sound "block.note.snare" with pitch 1 at player
22
    wait 2 minecraft ticks
23
    play sound "block.note.pling" with pitch 2 at player
24
    play sound "block.note.snare" with pitch 0.5 at player
25
    play sound "block.note.basedrum" with pitch 1 at player
26
 
27
#===============================================
28
#チェックポイントに戻るブロック
29
#===============================================
30
on walking on sponge:
31
    teleport player to {%player%-50000m-warppoint}
32
 
33
#===============================================
34
#火をつかなくする
35
#===============================================
36
on ignite:
37
    cancel event
38
 
39
#===============================================
40
#火をつかなくする2
41
#===============================================
42
on burn:
43
    cancel event