-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a problem about ExternalMob #204
Comments
How does your sign look like? |
I can imagine that they changed their syntax, you can still register the /ccmob command with a new identifier in the main config. |
"XY: custommobplugin spawnmob %mob% %world% %x% %y% %z%" |
Does the command work if you use it manually? (e.g. /ccmob spawn chicken DXL_Game_1 0 5 0) |
I tested it. The problem is that CustomMobs does not recognize .5 values as numeric values. I have no idea why, it wouldn't be more complicated to use doubles instead of ints like Minecraft locations do it anyway. I think I'll submit a PR to CustomMobs and leave it as is in DXL. |
I got it! thank |
Decided to add a simple solution to DXL itself instead, please try 0.15.7 build 6 or higher :) |
i have a problem about ExternalMob.
i cant spawn a CustomMobs in my dungeon,wen try to spawn it my CMD well get
[07:06:06] [Server thread/INFO]: [0;36;22m[- [0;33;22mCustomMobs [0;36;22m -] [m [0;31;1m1092.5 should be a number! [m
[07:06:06] [Server thread/INFO]: [0;36;22m[- [0;33;22mCustomMobs [0;36;22m -] [m [0;33;22m/ccmob spawn [amount] [0;37;22m - [0;36;22mConsole and CommandBlock spawn command [m
The text was updated successfully, but these errors were encountered: