| simple test |
05 Feb 2012 |
m9ist |
Lua |
local function debugf(...)
DEFAULT_CHAT_FRAME:AddMessage(string.format(...))
end
... |
| org.bukkit.event.entity.PlayerDeathEvent to Death and Rebirth |
04 Feb 2012 |
Tealk123 |
Lua |
2012-02-04 18:13:31 [SEVERE] Could not pass event org.bukkit.event.entity.PlayerDeathEvent to Death and Rebirth
java.lang.NullPointerException
at org.bukkit.util.config.ConfigurationNode.removeProperty(ConfigurationNode.java:575)
at muCkk.DeathAndRebirth.ghost.Drops.remove(Drops.java:187)
... |
| SimplyVanish 0.0.0 Source Code (without plugin.yml) |
04 Feb 2012 |
asofold |
Java |
package asofold.simplyvanish;
import java.util.HashSet;
import java.util.Set;
... |
| EditBox text value |
04 Feb 2012 |
StijnH |
Lua |
local criteria_value = CreateFrame("EditBox", nil, panel, "InputBoxTemplate")
criteria_value:SetWidth(40)
criteria_value:SetHeight(19)
criteria_value:SetPoint("LEFT", criteria_label, "RIGHT", 10, 0)
... |
| Problem while saving Player file |
04 Feb 2012 |
furmik |
Text only |
[SEVERE] [AdminCmd] Problem while saving Player file of Volamrt
java.io.IOException: Unable to create parent directories of plugins/AdminCmd/userData/Volamrt.yml
at com.google.common.io.Files.createParentDirs(Files.java:463)
at be.Balor.Tools.Configuration.File.ExFileConfiguration.save(ExFileConfiguration.java:245)
... |
| ChestShop MySQL error |
03 Feb 2012 |
Avooal |
Lua |
2012-02-03 04:30:14 [SEVERE] java.net.SocketException: Socket closed
2012-02-03 04:30:14 [SEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:116)
2012-02-03 04:30:14 [SEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
2012-02-03 04:30:14 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
... |
| tradeskillmaster_gathering |
03 Feb 2012 |
rumkingpin |
Lua |
Date: 02/03/12 13:59:10
Message: ...e\AddOns\TradeSkillMaster_Gathering\Modules\mail.lua:51: attempt to index field 'tasks' (a nil value)
Stack:
Interface\AddOns\Auctionator\AtrErrorInspector.lua:101: <AtrErrorInspector.lua:50>
... |
| admittance 0.4.2 - Default configuration |
03 Feb 2012 |
asofold |
YAML |
admittance:
enabled: true
need-cantrigger: false
individual:
... |
| admittance 0.4.2 / changelog / dev |
03 Feb 2012 |
asofold |
Text only |
- ?(add) admittance+ / suffix(es) for longer range of activation [.,-,+,|,* just suffix, player must configure it to be used, config flag for auto-adding]
(0.4.2 beta)
- (add) Toggle prefix/suffix, to not switch back state on activation.
... |
| BlockProtection OLD config |
02 Feb 2012 |
Kanlaki101 |
YAML |
# Set to true to enable block protection by default.
# If you set to false, when a player joins the server, they will have
# to type: /bp to start having their blocks protected. "true" is recommended.
# Default: true
... |