feat: 新增Hook提示

merge/2/HEAD
coding 2018-05-16 16:30:05 +00:00
parent 1735417887
commit f8ec9b9f6e
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ PlaceholderAPI = {
// 尝试加载 Bukkit 的 PlaceholderAPI // 尝试加载 Bukkit 的 PlaceholderAPI
try { try {
PlaceholderAPI = ext.getStatic("me.clip.placeholderapi.PlaceholderAPI"); PlaceholderAPI = ext.getStatic("me.clip.placeholderapi.PlaceholderAPI");
console.log('[PAPI] Found Bukkit PlaceholderAPI Hooking...')
} catch (ex) { } catch (ex) {
} }
@ -29,6 +30,7 @@ try {
return s.serialize(spapi.replacePlaceholders(arguments[1], arguments[0], arguments[0])); return s.serialize(spapi.replacePlaceholders(arguments[1], arguments[0], arguments[0]));
} }
} }
console.log('[PAPI] Found Sponge PlaceholderAPI Hooking...')
} }
} catch (ex) { } catch (ex) {
} }